<?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: classic asp stopped posting using Server.CreateObject(&amp;quot;Microsoft.XMLHTTP&amp;quot;) last night in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59992#M34561</link>
    <description>&lt;P&gt;It shouldn't be any problem running classic ASP on Windows with IIS 7.5. We are managing many servers with the same configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an alternative you could easily post a custom amount, custom description and custom number via Ajax to our secure application and see the results of the transaction instantly on the same page or redirect to your receipt / thank you page, all without leaving your site.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 15:54:25 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-09-21T15:54:25Z</dc:date>
    <item>
      <title>classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59948#M34517</link>
      <description>&lt;P&gt;Hello, I have been using Classic asp and using the same posting method for awhile now.&amp;nbsp; I know Authorize.net is going to disable the TLS 1.0 and we are moving the site to the new server, but since last night my site stopped posting payments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim objRequest, post_response&lt;BR /&gt;Set objRequest = Server.CreateObject("Microsoft.XMLHTTP")&lt;/P&gt;&lt;P&gt;&amp;nbsp;objRequest.open "POST", post_url, false&lt;BR /&gt;&amp;nbsp;objRequest.send post_string&lt;BR /&gt;&amp;nbsp;post_response = objRequest.responseText&lt;BR /&gt;Set objRequest = nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP")&lt;BR /&gt;'Set objRequest = Server.CreateObject("Msxml2.XMLHTTP")&lt;/P&gt;&lt;P&gt;&amp;nbsp;as well with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server company has not changed anything on their end.&amp;nbsp; I'm at a loss on what to try.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 18:10:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59948#M34517</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-20T18:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59952#M34521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22351"&gt;@larkhel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide any more information? Is this with requests to the sandbox or to production or both? What URL is it trying to connect to? Are you getting any error returned to your code?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 18:15:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59952#M34521</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-20T18:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59964#M34533</link>
      <description>&lt;P&gt;It happens in the sandbox, but worked fine live prodution.&amp;nbsp; (this is why i didn't want to mess with it until november)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I post to the below gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;post_url = "&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't receive any response.relay, so i'm assuming it's with the post to A.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;line 221 is&amp;nbsp;&amp;nbsp;objRequest.send post_string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 18:48:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59964#M34533</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-20T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59965#M34534</link>
      <description>&lt;P&gt;If it doesn't work in sandbox, but does work in production, it's likely that your server is not making a TLS 1.2 connection. &lt;A href="https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/TLS-1-1-and-1-0-Disabled-in-Sandbox-on-April-30-2017-Updated-2X/ba-p/57726" target="_blank"&gt;We turned off versions of TLS &amp;lt;1.2 in the sandbox back in April&lt;/A&gt;, and will do the same for production in February 2018.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's the case, you &lt;EM&gt;may&lt;/EM&gt; need to apply some updates at the server level to make sure the OS installed crypto libraries properly support TLS 1.2, But, in your code, you'll likely just need to change your request to&amp;nbsp;&lt;SPAN&gt;MSXML2.ServerXMLHTTP.6.0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:23:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59965#M34534</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-21T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59969#M34538</link>
      <description>&lt;P&gt;I will pass the message on to them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I change myÂ&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set objRequest = Server.CreateObject("Microsoft.XMLHTTP")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP.6.0")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recieve the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;msxml6.dll&lt;/FONT&gt;&lt;SPAN&gt;Â&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Arial" size="2"&gt;error '80090326'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The message received was unexpected or badly formatted.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Am I assuming they need to up date their version&amp;nbsp; as well.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:39:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59969#M34538</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-20T19:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59971#M34540</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22351"&gt;@larkhel&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Am I assuming they need to up date their version&amp;nbsp; as well.&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That would be my guess. Keep us updated as to what they say.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:47:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59971#M34540</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-20T19:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59972#M34541</link>
      <description>&lt;P&gt;will do, I sent them what you said about the crypos. I appreicate it.&amp;nbsp; I know classic asp is old school, but works so well.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59972#M34541</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-20T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59985#M34554</link>
      <description>&lt;P&gt;I am having the same issue. &amp;nbsp;What do you guys mean by, "&lt;SPAN&gt;Am I assuming they need to up date their version&amp;nbsp; as well." &amp;nbsp;Are you referring to the version of&amp;nbsp;Microsoft.XML on the server?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am running Win03 Server / IIS6&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:44:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59985#M34554</guid>
      <dc:creator>gplough</dc:creator>
      <dc:date>2017-09-21T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59987#M34556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18441"&gt;@gplough&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're running Windows Server 2003, you won't be able to connect to us. That operating system does not support connections using TLS 1.2. You'd have to upgrade to at least 2008.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:11:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59987#M34556</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-21T15:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59989#M34558</link>
      <description>&lt;P&gt;Was yesterday the 20th the cutoff date for that? &amp;nbsp;Because we've been connecting fine since then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply sir!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:21:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59989#M34558</guid>
      <dc:creator>gplough</dc:creator>
      <dc:date>2017-09-21T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59990#M34559</link>
      <description>&lt;P&gt;They are still working on trying to get classic asp to work on the windows iis 7.5. &amp;nbsp;I need a back up plan if they can't do this. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently use AIM&amp;nbsp;where people fill out a form and it posts to A.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Ok Here's what I need it to do and I'm not sure if there is a way to do this, even if I use a 3rd party company to talk between my site and authorize.net. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to send a custom amount, custom desc, custom number to the 3rd party &amp;nbsp;useing post method like now or on A.net (simple check out will not work)&lt;/P&gt;&lt;P&gt;After they pay, they must come back to the site to make the order approved. &amp;nbsp;I can even collect the informaiton in a custom URL code and use request.query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everywhere I look, I see the either the simple button method or fully intigrated. &amp;nbsp;&lt;SPAN&gt;If anyone know a company that works with A.net, i'm all ears.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:26:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59990#M34559</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-21T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59991#M34560</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18441"&gt;@gplough&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Was yesterday the 20th the cutoff date for that? &amp;nbsp;Because we've been connecting fine since then.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TLS 1.0 and 1.1 were disabled in sandbox back in April, but if you noticed a change recently&amp;nbsp;&lt;EM&gt;in production&lt;/EM&gt;, that's possibly due to disablement of the insecure 3DES cipher.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3DES was already disabled in sandbox, but was disabled in production &lt;A href="https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/TLS-Disablement-Date-Extended-to-February-28-2018/ba-p/59134" target="_blank"&gt;on or shortly after September 18th&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This change had been communicated here and in several email messages to merchants over the last several months, but unfortunately still caught a few people by surprise.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:39:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59991#M34560</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-21T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59992#M34561</link>
      <description>&lt;P&gt;It shouldn't be any problem running classic ASP on Windows with IIS 7.5. We are managing many servers with the same configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an alternative you could easily post a custom amount, custom description and custom number via Ajax to our secure application and see the results of the transaction instantly on the same page or redirect to your receipt / thank you page, all without leaving your site.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:54:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59992#M34561</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-09-21T15:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59996#M34565</link>
      <description>&lt;P&gt;How do i find out more about the secure application using Ajax?&lt;/P&gt;&lt;P&gt;Thank you, making me feel a little better. &amp;nbsp; Thank you!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 16:56:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59996#M34565</guid>
      <dc:creator>larkhel</dc:creator>
      <dc:date>2017-09-21T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59999#M34568</link>
      <description>&lt;P&gt;I was able to get my server working by disabling 3DES in the registry of the webserver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/help/245030/how-to-restrict-the-use-of-certain-cryptographic-algorithms-and-protoc" target="_blank"&gt;https://support.microsoft.com/en-us/help/245030/how-to-restrict-the-use-of-certain-cryptographic-algorithms-and-protoc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not that this is a solution by any means but it provided me a band-aid until the client can get the server upgraded. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 18:29:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/59999#M34568</guid>
      <dc:creator>gplough</dc:creator>
      <dc:date>2017-09-21T18:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/60001#M34570</link>
      <description>&lt;P&gt;Perfect! And thanks for sharing your solution here, because I'm sure that's helpful to someone else who might be in the same boat.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 20:08:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/60001#M34570</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-09-21T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: classic asp stopped posting using Server.CreateObject("Microsoft.XMLHTTP") last night</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/60002#M34571</link>
      <description>You could contact us at &lt;A href="https://nexwebsites.com" target="_blank"&gt;https://nexwebsites.com&lt;/A&gt; or via a PM here with your specific requirements and we would be glad to help you achieve your objective.</description>
      <pubDate>Thu, 21 Sep 2017 20:13:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/classic-asp-stopped-posting-using-Server-CreateObject-quot/m-p/60002#M34571</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-09-21T20:13:29Z</dc:date>
    </item>
  </channel>
</rss>

