mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 64
E
Exlax Offline OP
Babel fish
OP Offline
Babel fish
E
Joined: Oct 2003
Posts: 64
How would I obtain information from a website which requires login to view that site?

Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
a knowledge of how webservers handle and get information from cookies, the knowledge of how to post information to the server and a general knowledge of what happens when you log in, IE are u redirected to a page instantly or whatever.

Generally, if you don't know one of those 3 things, you are gonna have trouble without some sort of in depth tutorial. I'm sure there are some "using sockets with cookies" type tutorials online somewhere.

(assuming you mean log in as in log into, for example, an online browser game that is)

For when a page or lcation is passworded by the webserver itself, then all you need is to GET the page and add this at the end:

Authorization: Basic encrypted password

Using a packet sniffer you can find out what the red bit should be for that page.

Last edited by Danthemandoo; 24/11/04 11:43 PM.
Joined: Jan 2004
Posts: 7
M
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
M
Joined: Jan 2004
Posts: 7
the best way i find to see what headers are being sent/received is with the web developer plugin for firefox/mozilla, got a whole lotta other neat functions aswell.


Link Copied to Clipboard