J
JScoobyCed
Hi,
Is network communication available on ASP (not .Net)? My code is on
two ASP servers on which I cannot install any components.
My need is quite basic:
The Client (browser) POST/GET a HTTP request to Server1
Server1 POST/GET a HTTP request Server2
Server2 respond with a Comma Separated Values file
Server1 compose page with data from Server2
Server1 sends back the result to Client1
I know there are other solutions like XML-RPC, but it needs to install
something on the server.
Please advise. Thanks a lot.
Is network communication available on ASP (not .Net)? My code is on
two ASP servers on which I cannot install any components.
My need is quite basic:
The Client (browser) POST/GET a HTTP request to Server1
Server1 POST/GET a HTTP request Server2
Server2 respond with a Comma Separated Values file
Server1 compose page with data from Server2
Server1 sends back the result to Client1
I know there are other solutions like XML-RPC, but it needs to install
something on the server.
Please advise. Thanks a lot.