HTTP GET Request, ASP - I'm lost!

前端 未结 2 1644
渐次进展
渐次进展 2020-12-02 00:16

Using VBScript with ASP I am trying to set up an HTTP GET Request which will visit a page which in turn generates a line of ASCII (non-HTML). I then want to extrapolate that

2条回答
  •  有刺的猬
    2020-12-02 00:41

    Try changing the oXMLHTTP.responseBody to oXMLHTTP.responseText and see if that works.

    Refer to this web page if you need some more information on this technique:

    http://classicasp.aspfaq.com/general/how-do-i-read-the-contents-of-a-remote-web-page.html.

提交回复
热议问题