<?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: Relay response in PHP with SIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22599#M12219</link>
    <description>&lt;P&gt;You'd think the UserAgent would be set to &lt;STRONG&gt;something&lt;/STRONG&gt; - but on the other hand it's a little silly to block access to blank UserAgents as well, considering they're set by the computer initiating contact and any hacker is going to take about 30 seconds to get around that problem. Any chance of your hoster changing the settings for you?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2012 09:25:41 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-03T09:25:41Z</dc:date>
    <item>
      <title>Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22533#M12190</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First sorry for my bad english,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with the SIM relay response, i have always this error :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. &lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;I have read 4-5 topic about this error, but nothing resolve this error.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;What i have check :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;- Relay URL the website is using (x_relay_url) &lt;FONT color="#008000"&gt;&amp;lt;-- THIS is OK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;- Confirm that you can load the Relay URL in a Web browser&lt;FONT color="#008000"&gt; &amp;lt;-- THIS is OK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;- can only use ports 80 and 443 for all Web traffic. &lt;FONT color="#008000"&gt;&amp;lt;-- THIS is OK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;- review the settings to ensure that the correct Relay Response URL is configured in your account&lt;FONT color="#008000"&gt; &amp;lt;-- THIS is OK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;The account is in test mode and this is my PHP code :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;Payment Form :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;input type='hidden' name='x_relay_response' value="true" /&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;input type='hidden' name='x_relay_url' value="&lt;A target="_blank" href="http://www.woolandthegang.com/basket/authorize"&gt;http://www.woolandthegang.com/basket/authorize&lt;/A&gt;" /&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;input type='hidden' name='x_relay_always' value="true" /&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;And my relay url is :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;A target="_blank" href="http://www.woolandthegang.com/basket/authorize"&gt;http://www.woolandthegang.com/basket/authorize&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;(you can check this url, the delay is verry good and all is OK)&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Do you have&lt;/SPAN&gt; &lt;SPAN&gt;an idea&lt;/SPAN&gt; &lt;SPAN&gt;of what is the problem ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;Best Regards&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:21:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22533#M12190</guid>
      <dc:creator>Blinkers</dc:creator>
      <dc:date>2012-02-02T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22535#M12191</link>
      <description>&lt;P&gt;Not sure if it make any different but I see that the page return just "ok" when I click on the link. It not a well format HTML page.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:51:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22535#M12191</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-02T13:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22537#M12192</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have test with &lt;FONT color="#0000FF"&gt;&lt;A target="_blank" href="http://www.woolandthegang.com/basket/authorize" rel="nofollow"&gt;http://www.woolandthegang.com/authorize.html&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;(with html format page)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;But this is still not ok.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:10:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22537#M12192</guid>
      <dc:creator>Blinkers</dc:creator>
      <dc:date>2012-02-02T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22543#M12195</link>
      <description>&lt;P&gt;Ok. Here is what I found. Note, I'm using asp.net&lt;/P&gt;&lt;P&gt;1)It error "The remote server returned an error: (403) Forbidden."&lt;/P&gt;&lt;P&gt;when doing a&amp;nbsp;"POST" method WebRequest in code to &lt;A target="_blank" href="http://www.woolandthegang.com/basket/authorize"&gt;http://www.woolandthegang.com/basket/authorize&lt;/A&gt; . It work fine with "GET" and "PUT".&lt;/P&gt;&lt;P&gt;2)It will work with "POST" method if I add a UserAgent e.g. "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the relay response use the "POST" method and I don't think authorize.net will add a fake UserAgent. It might be setup change on your apache site.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:47:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22543#M12195</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-02T15:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22595#M12217</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my hosting company &lt;SPAN&gt;&lt;SPAN&gt;prohibits&lt;/SPAN&gt; &lt;SPAN&gt;access with blank UserAgent&amp;nbsp;:smileyfrustrated:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I think i'm forced to use the AIM method.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Why authorize.net send blank UserAgent -_- ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 09:14:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22595#M12217</guid>
      <dc:creator>Blinkers</dc:creator>
      <dc:date>2012-02-03T09:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22599#M12219</link>
      <description>&lt;P&gt;You'd think the UserAgent would be set to &lt;STRONG&gt;something&lt;/STRONG&gt; - but on the other hand it's a little silly to block access to blank UserAgents as well, considering they're set by the computer initiating contact and any hacker is going to take about 30 seconds to get around that problem. Any chance of your hoster changing the settings for you?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 09:25:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22599#M12219</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-03T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Relay response in PHP with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22623#M12228</link>
      <description>&lt;P&gt;If you going to use AIM make sure they are PCI compliance for accepting CC info.&lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-and-You/ba-p/10628"&gt;PCI and You &lt;/A&gt;&lt;/P&gt;&lt;P&gt;They are not setting it to blank, they are just not faking it as a browser request.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 19:06:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-response-in-PHP-with-SIM/m-p/22623#M12228</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-03T19:06:23Z</dc:date>
    </item>
  </channel>
</rss>

