Yes, you have to use XMLHTTP

Something like this..

<%
Response.Buffer = True
Dim objXMLHTTP, xml

' Create an xmlhttp object:
Set xml = Server.CreateOb ject("Microsoft .XMLHTTP")
' Or, for version 3.0 of XMLHTTP, use:
' Set xml = Server.CreateOb ject("MSXML2.Se rverXMLHTTP")

' Opens the connection to the remote server....