serverxmlhttp
errors ServerXMLHTTP.send in classic ASP when I am using iis7.5
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.[详细]
2023-03-28 18:12 分类:问答asp ServerXMLHTTP doesnt get all of source code
set objXmlHttp = Server.CreateObject(\"Msxml2.ServerXMLHTTP\") objXmlHttp.Open \"GET\", \"http://www.ya开发者_Python百科pi.com.tr/Haberler/e_61034.html\", false[详细]
2023-03-26 16:05 分类:问答Have serverxmlhttp ignore request for option client-certificate
A certain SOAP webserver I want to reach is configured to \'Accept client certificates\' but does not require them![详细]
2023-03-14 03:54 分类:问答msxml3.dll error '80072ee2' in ASP Page
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\").[详细]
2023-02-22 02:38 分类:问答401 Unauthorised errors when attempting to download ASP page to file
Issue Msxml2.ServerXMLHTTP keeps returning 401 - Unauthorised errors each time we attempt to read the contents of a file (ASP) from a web server.[详细]
2023-02-10 06:58 分类:问答get and post request to a https site using vb6.0
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[详细]
2023-02-09 17:52 分类:问答Setting a timeout for ServerXMLHTTP request
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.[详细]
2023-01-19 18:07 分类:问答Classic ASP MSXML2.ServerHTTP Post - Youtube Api
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![详细]
2023-01-10 03:26 分类:问答Access denied error with MSXML2.ServerXMLHTTP
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[详细]
2023-01-04 00:54 分类:问答XML and ServerXMLHTTP problem
Error Type: msxml3.dll (0x80072F0C) A certificate is required to com开发者_开发技巧plete client authentication[详细]
2022-12-20 06:55 分类:问答