<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Silent Post Empty Post in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/39924#M21730</link>
    <description>&lt;P&gt;This is an interesting situation. Authorize.Net has merchants using HTTP to successfully receive Silent Post requests. Also, having reviewed the Silent Post code in the past, I know it's very simple code that doesn't require HTTPS.&lt;BR /&gt;&lt;BR /&gt;That said, if switching between HTTP and HTTPS appears to make a difference, I'd check network logs first to confirm that you're seeing POST attempts from the 64.94.118.* range, and if you are, start checking the web logs to see how the web server is responding to the requests. &lt;BR /&gt;&lt;BR /&gt;While I don't see a scenario offhand where POST would be disabled on your server by default if HTTPS isn't enabled to secure the data, I can't rule that out either.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2014 16:04:02 GMT</pubDate>
    <dc:creator>Lilith</dc:creator>
    <dc:date>2014-03-20T16:04:02Z</dc:date>
    <item>
      <title>Silent Post Empty Post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/38137#M20881</link>
      <description>&lt;P&gt;Hello, I just configure my URL for the Silent Post.&lt;/P&gt;&lt;P&gt;The call just work fine, but I can not get the post data.&lt;/P&gt;&lt;P&gt;I just do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$txt = '';

foreach ($_POST as $key =&amp;gt; $value) {
	$txt .= $key.': '.$value." \n";
}

$q = "INSERT INTO auth_silent_posts SET
	`date` = NOW(),
	`txt`  = '".mysql_real_escape_string($txt)."'";

mysql_query($q);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the new record in my db, but the field txt is always empty.&lt;/P&gt;&lt;P&gt;Thanks for any help I can get.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 18:05:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/38137#M20881</guid>
      <dc:creator>m_sassa</dc:creator>
      <dc:date>2014-01-03T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post Empty Post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/38139#M20882</link>
      <description>&lt;P&gt;The silent post url must be a https, if not, the POST cames empty.&lt;/P&gt;&lt;P&gt;The chat support should know this, and help people and not say that they can help.-&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 18:16:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/38139#M20882</guid>
      <dc:creator>m_sassa</dc:creator>
      <dc:date>2014-01-03T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post Empty Post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/39924#M21730</link>
      <description>&lt;P&gt;This is an interesting situation. Authorize.Net has merchants using HTTP to successfully receive Silent Post requests. Also, having reviewed the Silent Post code in the past, I know it's very simple code that doesn't require HTTPS.&lt;BR /&gt;&lt;BR /&gt;That said, if switching between HTTP and HTTPS appears to make a difference, I'd check network logs first to confirm that you're seeing POST attempts from the 64.94.118.* range, and if you are, start checking the web logs to see how the web server is responding to the requests. &lt;BR /&gt;&lt;BR /&gt;While I don't see a scenario offhand where POST would be disabled on your server by default if HTTPS isn't enabled to secure the data, I can't rule that out either.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 16:04:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-Empty-Post/m-p/39924#M21730</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-03-20T16:04:02Z</dc:date>
    </item>
  </channel>
</rss>

