I have shared hosting which runs iis7.5 . I wanted to run this code which allows me to display the content of the another url.
set objXmlHttp = Server.CreateObject(\"Msxml2.ServerXMLHTTP\") objXmlHttp.Open \"GET\", \"http://www.ya开发者_Python百科pi.com.tr/Haberler/e_61034.html\", false
A certain SOAP webserver I want to reach is configured to \'Accept client certificates\' but does not require them!
We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008.I am trying to access an ASP page on the same server using Server.CreateObject(\"MSXML2.ServerXMLHTTP\").
Issue Msxml2.ServerXMLHTTP keeps returning 401 - Unauthorised errors each time we attempt to read the contents of a file (ASP) from a web server.
Hi i am using MSXML2.ServerXMLHTTP40 to get and post r开发者_C百科equest to a url.When i post to http site it works fine but when i post to https site it throws me an error stating the operation timed
Does anyone know how to set up set up a default action for when a ServerXMLHTTP request times out?I\'m using setTimeouts() to set the time out options according to the MSDN site.
I am trying to build an application where i can upload files to youtube. I have gotten OAuth working, and Youtube is returning a session!
I\'m receiving an intermittent \"msxml3.dll error \'80070005\' Access is denied.\" error.开发者_StackOverflow中文版The object always posts back to the same domain.I don\'t quite know why it works some
Error Type: msxml3.dll (0x80072F0C) A certificate is required to com开发者_开发技巧plete client authentication