MSXML Error

Discussion in 'Classic ASP' started by slappy, Jul 8, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am getting this error when I try to Post via Microsoft.XMLHTTP:


    msxml3.dll error '800c0008'


    The download of the specified resource has failed.


    </BLOCKQUOTE>


    The error occurs when I do the Send. Here is the code:



    set objHttp = CreateObject("Microsoft.XMLHTTP")
    objHttp.open "POST", "https://www.paypal.com/cgi-bin/webscr", false
    objHttp.Send IPN
    </BLOCKQUOTE>


    I've spokent to PayPal and they insist the problem is on my side. I was using the same code with no errors for over 2 months. It just stopped working on 6/26/05. Was there a change to the environment or something? Any thoughts would be appreciated.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page