User Profile

Collapse

Profile Sidebar

Collapse
neilx
neilx
Last Activity: Mar 22 '08, 10:59 PM
Joined: Jun 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neilx
    replied to WinHTTP failing with .asp pages
    The latter. The asps are browsable.
    See more | Go to post

    Leave a comment:


  • neilx
    replied to WinHTTP failing with .asp pages
    Any page. This is the one I use for testing and it shows that the content is not important:
    Code:
    <!-- new_page_1.asp -->
    <html>
    <head>
    <title>New Page 1</title>
    <body>
    Test
    </body>
    </html>
    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....
    See more | Go to post

    Leave a comment:


  • neilx
    started a topic WinHTTP failing with .asp pages
    in IIS

    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
    ...
    See more | Go to post

  • neilx
    started a topic WinHTTP failing with .asp pages

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...