<?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: AIM 403 Error using transact after Authorize updated SSL Certificate in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45767#M23163</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16637"&gt;@gbrooks&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to duplicate this in the sandbox? &amp;nbsp;Do you have any logs from the SSL negotiation to further troubleshoot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2014 17:30:29 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2014-07-25T17:30:29Z</dc:date>
    <item>
      <title>AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45723#M23142</link>
      <description>&lt;P&gt;We have an older shopping cart that's been working for years on IIS 6 and classic ASP. Yesterday, credit card transactions failed. The only error I get is a server status 403. Called support twice and they said their SSL had been updated and I needed to enable compression on my server. I did that. Same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've run a URL test order through on the server to&amp;nbsp;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt; and it works. Our conclusion at this point is that the header is incorrect. We are using a ServerXMLHTTP header. I've tried several additions with no success. My latest attempt is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set objhttp = Server.CreateObject("Msxml2.ServerXMLHTTP")&lt;/P&gt;&lt;P&gt;objhttp.open "post", "&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll&amp;quot;,"&gt;https://secure.authorize.net/gateway/transact.dll",&lt;/A&gt; false&lt;BR /&gt;objhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"&lt;/P&gt;&lt;P&gt;objhttp.setRequestHeader "Accept-Encoding", "gzip, deflate, sdch"&lt;BR /&gt;objhttp.setRequestHeader "Content-Length", len(strrequest)&lt;/P&gt;&lt;P&gt;objhttp.send strrequest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original code:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set objhttp = Server.CreateObject("Msxml2.ServerXMLHTTP")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;objhttp.open "post", "&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll&amp;quot;,"&gt;https://secure.authorize.net/gateway/transact.dll",&lt;/A&gt; false&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;objhttp.send strrequest&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I get back is a 403. No response text. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 13:53:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45723#M23142</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2014-07-25T13:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45761#M23161</link>
      <description>&lt;P&gt;Hello ppatel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any details from the SSL negotiation that would help further troubleshoot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might check to ensure your SSL configuration is correct using&amp;nbsp;&lt;A href="https://www.ssllabs.com" target="_blank"&gt;https://www.ssllabs.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 16:46:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45761#M23161</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-07-25T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45763#M23162</link>
      <description>&lt;P&gt;I am in exactly the same situation with one of my client's sites. Classic ASP/IIS 6/Windows Server 2003. The payment gateway has been operational for years. Starting Thursday 7/24/2014, transactions fail with status 403 (Forbidden). What has changed on the auth.net end and what do I have to do to make this&amp;nbsp;work again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a big deal - unhappy client, unhappy customers of the client, and unhappy developer (me) throwing away multiple hours that could have been billed on other jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My jscript code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var url="&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll&amp;quot;;"&gt;https://secure.authorize.net/gateway/transact.dll";&lt;/A&gt;&lt;BR /&gt;xmlHttp.onreadystatechange=checkcardstatus;&lt;BR /&gt;xmlHttp.open("Post", url, false);&lt;BR /&gt;xmlHttp.send(PostData);&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 17:10:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45763#M23162</guid>
      <dc:creator>gbrooks</dc:creator>
      <dc:date>2014-07-25T17:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45767#M23163</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16637"&gt;@gbrooks&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to duplicate this in the sandbox? &amp;nbsp;Do you have any logs from the SSL negotiation to further troubleshoot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 17:30:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45767#M23163</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-07-25T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45769#M23164</link>
      <description>&lt;P&gt;Hi RIchard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to sound like a knucklehead, but this is stuff that I inherited that someone else originally deployed. So I don't really know anything about sandbox or SSL negotiation logs. If by the sandbox you mean using &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; as the target for the request, then I get exactly the same response. &amp;nbsp;I'm willing to dive into SSL negotiation logs, but I need to be pointed in the right direction. I'm not sure where to look for these on the server or what I would have to enable to have them generated if they are not currently beign generated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 17:40:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45769#M23164</guid>
      <dc:creator>gbrooks</dc:creator>
      <dc:date>2014-07-25T17:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45773#M23166</link>
      <description>&lt;P&gt;Can you capture http traffic on the&amp;nbsp;success test that you ran on the server compare to the asp code?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 19:31:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45773#M23166</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-25T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45775#M23167</link>
      <description>&lt;P&gt;Richard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did security updates on the server, and restarted. I'm now getting a Grade B (from F). The primary thing I see is protocal support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The server supports only older protocols, but not the current best TLS 1.2. Grade capped to B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The server does not support Forward Secrecy with the reference browsers.&amp;nbsp;&lt;/SPAN&gt;&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;I don't think IIS 6/Windows 2003 supports TLS 1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 19:34:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45775#M23167</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2014-07-25T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45969#M23260</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may have unearthed the problem that we were both experiencing. Please try capitalizing&amp;nbsp;your "post" verb to "POST" in the http request open() call.&amp;nbsp;This solved the problem for me with no further changes necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, after spending upwards of 20 hours messing around with request headers, compression, SSL negotiation, blah, blah, blah with no luck (per auth.net support), I started implementing a proxy on a completely different server. While doing so I was getting 405 verb not supported errors from the server I was hosting the proxy on. Changing my verb from "Post" to "POST" solved that problem, so I decided to give it a try with the direct request to transact.dll and voila.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No idea why the verb started causing 403 errors a week and a half ago, but hopefully this might help someone else out as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greg.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:20:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45969#M23260</guid>
      <dc:creator>gbrooks</dc:creator>
      <dc:date>2014-08-04T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45981#M23266</link>
      <description>&lt;P&gt;Changing it to all CAPS did make a connection to Authorize.NET. Still getting errors, but this gets me much further. I'm getting a Response Code=3 now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well done Greg.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 21:20:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45981#M23266</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2014-08-04T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45983#M23267</link>
      <description>&lt;P&gt;FWIW - per RFC 5.1.1&amp;nbsp;the Method token (verb) is case sensitive and should always be capitalized -&amp;nbsp;&lt;A target="_blank" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html."&gt;http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html.&lt;/A&gt; No idea why our developer (or yours of course :-) chose not to completely capitalize it, but obviously it worked until about 11 days ago. Sigh.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 22:41:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/45983#M23267</guid>
      <dc:creator>gbrooks</dc:creator>
      <dc:date>2014-08-04T22:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48271#M24307</link>
      <description>&lt;P&gt;We have been encountering the same issue - here's what we have discovered:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Any orders with an http POST of 1882 characters or less succeeds&lt;BR /&gt;2) Any orders with an http POST of 1883 characters or more returns the 403 error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone identified&amp;nbsp;a tech support person at Authorize.net that is helpful? &amp;nbsp;I have an open support ticket, but we're not making much progress.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 18:25:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48271#M24307</guid>
      <dc:creator>inxcapable</dc:creator>
      <dc:date>2014-10-29T18:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48273#M24308</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17421"&gt;@inxcapable&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to duplicate this in the sandbox? &amp;nbsp; If you can provide the support ticket number and Gateway ID, we can look into this further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 22:30:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48273#M24308</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-10-29T22:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48303#M24315</link>
      <description>&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17421" target="_blank"&gt;&lt;SPAN style="color: #3366cc;"&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17421"&gt;@inxcapable&lt;/a&gt;&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;We have the Gateway ID and ticket number now, and I'll bring this up to our developers. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:00:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/48303#M24315</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-10-30T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/49031#M24653</link>
      <description>&lt;P&gt;Was there any resolution to this? I thought capitalizing the POST would have resolved it but it did not.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2014 03:09:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/49031#M24653</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2014-12-03T03:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/49036#M24657</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16633"&gt;@ppatel&lt;/a&gt;&amp;nbsp;How long is your POST string?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17421"&gt;@inxcapable&lt;/a&gt;&amp;nbsp;discovered, request strings over 1882 characters are causing HTTP 403s. Our developers will be looking into fixing this, but not until after the holiday season.&lt;BR /&gt;&lt;BR /&gt;We find that the larger request strings are more common among merchants using the itemization features, and that in many cases it's possible to reduce the description of each line item to fit the request string into 1882 characters or less.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2014 22:44:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/49036#M24657</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-12-03T22:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: AIM 403 Error using transact after Authorize updated SSL Certificate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/54629#M29596</link>
      <description>&lt;P&gt;I apologize for not posting a follow-up sooner.&lt;BR /&gt;&lt;BR /&gt;This situation recurred for another developer recently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon investigation, we confirmed that, if you are using parameterized URLs, and thus submitting the info using HTTP GET rather than HTTP POST, you will run into HTTP 403 errors when exceeding 1800+ characters. (The exact character count depends on the size of your individual HTTP request headers, which in turn depend on the platform you're using.)&lt;BR /&gt;&lt;BR /&gt;We strongly encourage any developers encountering similar issues, to switch to HTTP POST immediately. The legacy API guides had been previously updated to encourage using HTTP POST for submitting all transaction requests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that this limitation only applies to using HTTP GET to submit transactions. The Authorize.Net API, documented at &lt;A href="https://developer.authorize.net/api/reference/," target="_blank"&gt;https://developer.authorize.net/api/reference/,&lt;/A&gt; only allows HTTP POST by default. Any future RESTful APIs we may release, will support HTTP GET for requesting service resources, but will require HTTP POST for submitting data in an API call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 16:27:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-403-Error-using-transact-after-Authorize-updated-SSL/m-p/54629#M29596</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2016-05-16T16:27:32Z</dc:date>
    </item>
  </channel>
</rss>

