User Profile
Collapse
-
The latter. The asps are browsable. -
Any page. This is the one I use for testing and it shows that the content is not important:
I have tried Msxml2.ServerXM LHTTP.6.0 and Microsoft.XMLHT TP with the exact same result - a timeout on .asp but no problem with .htm....Code:<!-- new_page_1.asp --> <html> <head> <title>New Page 1</title> <body> Test </body> </html>
Leave a comment:
-
WinHTTP failing with .asp pages
I have a WinHttp.WinHttp Request.5.1 object that works perfectly when GETing .htm pages, but times out when trying to GET .asp pages.
I have tried using setCredentials:
...Code:Set Http = CreateObject("WinHttp.WinHttpRequest.5.1") Http.Open "GET", "http://<path>/filename.asp", False Http.setCredentials "<domain>\Administrator", "<password>",0 -
WinHTTP failing with .asp pages
I have a WinHttp.WinHttp Request.5.1 object that works perfectly when GETing .htm pages, but times out when trying to GET .asp pages.
I have tried using setCredentials:
...Code:Set Http = CreateObject("WinHttp.WinHttpRequest.5.1") Http.Open "GET", "http://<path>/filename.asp", False Http.setCredentials "<domain>\Administrator", "<password>",0
No activity results to display
Show More
Leave a comment: