<?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: Direct Post Method not working with a query string in url in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28790#M15146</link>
    <description>&lt;P&gt;It at the AuthorizeNetDPM.php&amp;nbsp;directPostDemo method. It assume it is a return from transaction result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2012 01:03:33 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-08-14T01:03:33Z</dc:date>
    <item>
      <title>Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28776#M15140</link>
      <description>&lt;P&gt;I copied the demo for the direct post method into a page on my site and it worked fine. When I have a query string in the url however, the form that's usual give is replaced by "Sorry, an error occurred: " and doesn't actually give the error. This only happens when there is text after the "?" in the url, so is there a setting to allow for a query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 22:16:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28776#M15140</guid>
      <dc:creator>POM792</dc:creator>
      <dc:date>2012-08-13T22:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28778#M15141</link>
      <description>&lt;P&gt;Question:Which url? the post url? the relay response url?&lt;/P&gt;&lt;P&gt;What exactly the query string are you try to pass?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 23:05:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28778#M15141</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-13T23:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28780#M15142</link>
      <description>&lt;P&gt;All I mean is the url/location of the page "&lt;A target="_blank" href="http://www.example.com"&gt;www.example.com&lt;/A&gt;". It didn't seem like what I was trying to pass mattered, because it stopped working once there was any text after the "?", but all I'm passing in variables to find a page template then fill it with the desired information from a database. The strings don't have anything abnormal in them either, just like page=checkout.&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 00:02:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28780#M15142</guid>
      <dc:creator>POM792</dc:creator>
      <dc:date>2012-08-14T00:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28782#M15143</link>
      <description>&lt;P&gt;You mean the url location of the webpage where you have the post to authorize.net form?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 00:27:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28782#M15143</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-14T00:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28784#M15144</link>
      <description>&lt;P&gt;Can you check the page source on the browser to see if anything got change on the form post to authorize.net when you add the "?whatever=whatever" to your page.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 00:49:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28784#M15144</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-14T00:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28788#M15145</link>
      <description>&lt;P&gt;Yes, I believe so, here is the link &lt;A target="_blank" href="http://www.cardphilebeta.com/index.php?page=checkout"&gt;http://www.cardphilebeta.com/index.php?page=checkout&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the section where I use the demo code + the src when the page is loaded (it just returns the error text):&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class="bread_crumbs"&amp;gt;&amp;lt;a href="index.php?page=home"&amp;gt;Home&amp;lt;/a&amp;gt; &amp;gt;&amp;gt; Checkout&amp;lt;/span&amp;gt;&lt;BR /&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;&lt;BR /&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;lt;div class="product_description"&amp;gt;&lt;BR /&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;lt;p&amp;gt;Personalize your cards with custom text&amp;lt;/p&amp;gt;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&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;&lt;BR /&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;lt;div class="product"&amp;gt;&lt;BR /&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;lt;?php&lt;BR /&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;//************************************************&lt;BR /&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;//Direct Post Method of Authorize sdk&lt;BR /&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;//************************************************&lt;BR /&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;/**/&lt;BR /&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;require_once 'anet_php_sdk/AuthorizeNet.php'; // The SDK&lt;BR /&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;$url = "&lt;A target="_blank" href="http://www.cardphilebeta.com/index.php?page=checkout"&gt;http://www.cardphilebeta.com/index.php?page=checkout&lt;/A&gt;";&lt;BR /&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;$api_login_id = 'CDP702';&lt;BR /&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;$transaction_key = 'xxxxxxxxxxxxxxxx;&lt;BR /&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;$md5_setting = 'CDP702'; // Your MD5 Setting&lt;BR /&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;$amount = "5.99";&lt;BR /&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;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;BR /&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;&lt;BR /&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;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;!--end checkout--&amp;gt;&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Src of page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class="bread_crumbs"&amp;gt;&amp;lt;a href="index.php?page=home"&amp;gt;Home&amp;lt;/a&amp;gt; &amp;gt;&amp;gt; Checkout&amp;lt;/span&amp;gt;&lt;BR /&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;&lt;BR /&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;lt;div class="product_description"&amp;gt;&lt;BR /&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;lt;p&amp;gt;Personalize your cards with custom text&amp;lt;/p&amp;gt;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&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;&lt;BR /&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;lt;div class="product"&amp;gt;&lt;BR /&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;Sorry, an error occurred: &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&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;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&amp;lt;!--end checkout--&amp;gt;&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 00:53:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28788#M15145</guid>
      <dc:creator>POM792</dc:creator>
      <dc:date>2012-08-14T00:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28790#M15146</link>
      <description>&lt;P&gt;It at the AuthorizeNetDPM.php&amp;nbsp;directPostDemo method. It assume it is a return from transaction result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 01:03:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28790#M15146</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-14T01:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28798#M15150</link>
      <description>&lt;P&gt;Okay, so would there be a way of getting around this without breaking the entire process (ignoring the query when the form has not yet been submited or something)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 15:54:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28798#M15150</guid>
      <dc:creator>POM792</dc:creator>
      <dc:date>2012-08-14T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post Method not working with a query string in url</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28808#M15155</link>
      <description>&lt;P&gt;Not sure, not a php developer myself, but I don't see why you can't go in and change it for your site.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 19:16:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Method-not-working-with-a-query-string-in-url/m-p/28808#M15155</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-14T19:16:12Z</dc:date>
    </item>
  </channel>
</rss>

