Hi,
I'm trying to send HTTP GET (or POST) requests to a server.
This server accepts these requests only from the IP-address of my server,
not of my client pc.
So, some data generated on the server needs to be send to another server.
http://remoteserver.com/path/to/file?text=text +to+be+send+as+ sms+message
How would one do this???
Thanks,
fré
I'm trying to send HTTP GET (or POST) requests to a server.
This server accepts these requests only from the IP-address of my server,
not of my client pc.
So, some data generated on the server needs to be send to another server.
http://remoteserver.com/path/to/file?text=text +to+be+send+as+ sms+message
How would one do this???
Thanks,
fré
Comment