<?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: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22585#M12212</link>
    <description>&lt;P&gt;I think is fine as long as is https. There shouldn't be any confidential info in the post data anyway. The only thing I could think of is&amp;nbsp; you might not know if an error occur&amp;nbsp; between relay_response.php and relay_response2.php, but it should be well tested anyway, right?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/5322"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2012 00:49:09 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-02-03T00:49:09Z</dc:date>
    <item>
      <title>test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22559#M12199</link>
      <description>&lt;P&gt;I think I'm doing someting wrong but can't figure out what.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Account &amp;gt; Settings &amp;gt; Receipt Page &amp;gt; Receipt Method &amp;gt; Default Receipt Link URL&lt;BR /&gt;I entered &lt;A target="_blank" href="http://mysite.com/sim.php"&gt;http://mysite.com/sim.php&lt;/A&gt; (sample code).&lt;BR /&gt;Receipt Metod is POST.&lt;BR /&gt;In Account &amp;gt; Settings &amp;gt; Relay Response &amp;gt; Default Relay Response URL &amp;gt; I entered &lt;A target="_blank" href="http://mysite.com/relay_reponse.php"&gt;http://mysite.com/relay_reponse.php&lt;/A&gt; with only this code:&lt;BR /&gt;&amp;lt;?php&lt;BR /&gt;print_r($_POST);&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;In sim.php I added to sample coe the following form code&lt;BR /&gt;&amp;lt;input type="hidden" name="x_relay_response" value="true"&amp;gt;&lt;BR /&gt;&amp;lt;input type="hidden" name="x_relay_url" value="&lt;A target="_blank" href="https://mysite.com/"&gt;https://mysite.com/&lt;/A&gt; relay_reponse.php"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submit the credit card form I’ll get the POST array on screen, as I requested on &lt;SPAN&gt;relay_reponse&lt;/SPAN&gt;.php file but the URL is still showing &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; ?!? Shouldn’t it be &lt;A target="_blank" href="http://mysite.com/"&gt;http://mysite.com/&lt;/A&gt; relay_reponse.php? Why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 20:02:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22559#M12199</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-02T20:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22565#M12202</link>
      <description>&lt;P&gt;First paragraph from &lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Relay Response Basics&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Relay Response is a feature available to merchants using Server Integration Method (SIM) or Simple Checkout. It instructs the payment gateway to return transaction results to the merchant using an HTML form POST to a specified URL on the merchant's Web server. A script or program at the URL can be used to create a custom receipt page using the transaction information. The custom receipt page is then relayed back to the customer's browser. Relay Response does not redirect the end user back to the merchant’s server, but relays the page content to the end user instead of displaying the Authorize.Net default receipt page.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 20:25:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22565#M12202</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-02T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22569#M12204</link>
      <description>&lt;P&gt;Or, to put it graphically...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Order Form -&amp;gt; Authorize.net -&amp;gt; Receipt Page&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | ^&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Error Page&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v |&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Relay Response Page&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (checks error status, returns receipt or error page URL)&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 20:52:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22569#M12204</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-02T20:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22571#M12205</link>
      <description>&lt;P&gt;Thanks. I got it.&amp;nbsp;:manhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, since I have to store submitted data in my database and do some $_SESSION changes, I was thinking to use the following code in reley_response.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;function myfunc () {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;var frm = document.getElementById("authdotnet");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;frm.submit();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;window.onload = myfunc;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/script&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;form method='post' action="&lt;A target="_blank" href="https://mysite.com/relay_response2.php"&gt;https://mysite.com/relay_response2.php&lt;/A&gt;" id="authdotnet"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?php foreach ($_POST as $key =&amp;gt; $value) { ?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;input type="hidden" name="&amp;lt;?=$key?&amp;gt;" value="&amp;lt;?=$value?&amp;gt;"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?php } ?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/form&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to switch from authorize.net to mysite.com and finish "my" work and then show thankyou.php (there are multiple method payments on my site that use the same thankyou page)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this logic "ok:" or there is better solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 21:32:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22571#M12205</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-02T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22573#M12206</link>
      <description>&lt;P&gt;An internal POST from Authorize.net is not the same as a browser going to your page - the Javascript will be ignored and nothing will happen. You need your PHP code to call your database and/or session and update them before returning the receipt URL to Authorize.net, not do something weird like generate a form and call a second relay response page (what would that gain you, exactly?) Incidently, the session won't trigger automatically either, since it's Authorize.net calling the page and not your customer, so you have to pass the session ID as part of the order data if you want to load the session from the relay response page and modify it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally better to avoid sessions entirely, and just use a database record with a passed idn, but I don't have time right now to rewrite your entire ordering process. I wish you good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:10:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22573#M12206</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-02T22:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22575#M12207</link>
      <description>&lt;P&gt;Why not try it anyway. It might work.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:18:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22575#M12207</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-02T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22581#M12210</link>
      <description>&lt;P&gt;&lt;EM&gt;"... An internal POST from Authorize.net is not the same as a browser going to your page - the Javascript will be ignored and nothing will happen..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- Sorry, but didn't understand this :-(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... You need your PHP code to call your database and/or session and update them before returning the receipt URL to Authorize.net,..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- I can't update my database before the cc form is submitted beacuse I need Billiing and Shipping data. But if you think to do it after the form is submitted but before relay_respond.php file is called - I have no idea how nor where to put the code?!!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... not do something weird like generate a form and call a second relay response page (what would that gain you, exactly?)..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- The reason is once I'm back on mysite.com I can use my session ID (it's not lost) to update database. Within the relay_response.php I can't do anything? I can't connect to database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... Incidently, the session won't trigger automatically either, since it's Authorize.net calling the page and not your customer, so you have to pass the session ID as part of the order data if you want to load the session from the relay response page and modify it.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Generally better to avoid sessions entirely, and just use a database record with a passed idn, but I don't have time right now to rewrite your entire ordering process. I wish you good luck..."&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:39:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22581#M12210</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-02T22:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22583#M12211</link>
      <description>&lt;P&gt;@&lt;A target="_self" href="http://community.developer.authorize.net/t5/user/viewprofilepage/user-id/1353"&gt;&lt;SPAN&gt;RaynorC1emen7&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It works fine. But I wonder if it's correct way to do? Or maybe is bad security solution, or... I don't know. :-)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:51:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22583#M12211</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-02T22:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22585#M12212</link>
      <description>&lt;P&gt;I think is fine as long as is https. There shouldn't be any confidential info in the post data anyway. The only thing I could think of is&amp;nbsp; you might not know if an error occur&amp;nbsp; between relay_response.php and relay_response2.php, but it should be well tested anyway, right?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/5322"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 00:49:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22585#M12212</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-03T00:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22591#M12215</link>
      <description>&lt;P&gt;I just don't understand what he could possibly gain by posting the data from the first relay response page to another relay response page. The first page already has all the data, just do whatever you're going to do there and move on. It's not a matter of security (though I would try to avoid passing around the last 4 of the credit card whenever possible just on general principle), but rather one of it being entirely pointless and increasing the chances of the data being lost before it gets to his database.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 01:19:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22591#M12215</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-03T01:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22607#M12223</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;@TJ&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... I just don't understand what he could possibly gain by posting the data from the first relay response page to another relay response page..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &amp;nbsp;I think we don't understand each other. The reason I'm doing that is because I can't (or I don't know how) to use session data from mysite,com (relay_respond.php is shown on authorize.net) nor connect to my database for update. Actually I think it's impossible? that's only reason I'm sending POST (submitted) data from relay_response.php (URL authorize.net) to relay_response.php (mysite.com). only reason.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;debating about why I use session etc is not relevant here. I just have to update session array as well as database with submitted data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... The first page already has all the data,.."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- as a "first page, you mean sim.php or relay_response.php?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"... just do whatever you're going to do there and move on..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- If you are talking about relay_response.php - how can I connect to my database if I'm on authorize.net server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;""... It's not a matter of security (though I would try to avoid passing around the last 4 of the credit card whenever possible just on general principle), but rather one of it being entirely pointless and increasing the chances of the data being lost before it gets to his database..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:11:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22607#M12223</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-03T15:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22609#M12224</link>
      <description>&lt;P&gt;On the first relay_response.php where you do the javascript form submit. It already have all the post data from authorize.net.&lt;/P&gt;&lt;P&gt;Even though the URL is authorize.net. They(authorize.net) post the data to your first relay_response.php in code, not sure what language they use but it something like&amp;nbsp;fsockopen in php. Then display the result(your web page). So it will run just like a browser going to the page, except the javascript which will only run on a browser.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:24:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22609#M12224</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-03T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22611#M12225</link>
      <description>&lt;P&gt;Ok. I think I found (at leat one) thing I was wrong.&lt;/P&gt;&lt;P&gt;Before, when I was trying to connect to mysql in relay_response.php I was gettig the error page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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.&amp;nbsp;&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="#000000"&gt;and I was thinking I can't connect to mysql.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I just tried again but not using db classes and functions then using mysql_connect() and mysql_select_db() and I was able to connect to my database?!!?!?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:51:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22611#M12225</guid>
      <dc:creator>apasalic</dc:creator>
      <dc:date>2012-02-03T15:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: test.authorize.net/gateway/transact.dll instead mysite.com/thankyou.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22625#M12229</link>
      <description>&lt;P&gt;If you need help with the php problem, post your code and php expert here might be able to help.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 19:09:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/test-authorize-net-gateway-transact-dll-instead-mysite-com/m-p/22625#M12229</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-03T19:09:23Z</dc:date>
    </item>
  </channel>
</rss>

