Web Hosting Talk







View Full Version : sockets get request


aah-jim
09-13-2002, 06:01 PM
Hi,
How can I do a GET request to an url which needs authentication?
i.e. in MS IE you do http://user:password@domain.com
but it wont let me do it like that with a standard socket,
is there another way to do it?
thanks

kunal
09-15-2002, 01:00 PM
Hey,
Why not just construct your url, and then meta refresh the page?

Kunal

aah-jim
09-15-2002, 01:02 PM
the password needs to be hidden, but ive managed to do it now thnx :)