Is there a way to perform an HTTP GET request within a Visual Basic script? I need to get the contents of the response from a particular URL for processing.
Thanks.
|
|
|
|
|
|
|
|
||
|
|
|
|
This post shows an example of using XmlHttp from within a VBS |
||
|
|
|
|
You haven't at time of writing described what you are going to do with the response or what its content type is. An answer already contains a very basic usage of The XMLHTTP also has a Note that in a server-side requirement (e.g., VBScript hosted in ASP) you would use Here is an example of using XmlHttp to fetch a PDF file and store it:-
|
||
|
|