View Single Post
Old Sep 29th, 2006, 5:47 PM   #4
hbe02
Hobbyist Programmer
 
hbe02's Avatar
 
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3 hbe02 is on a distinguished road
thanks for the replies guys...
i will make my question a little more specific:
This is what i sent to the IP of the website:
GET / HTTP/1.1\r\n
Accept-Encoding: gzip, deflate\r\n
Host: 192.168.141.107\r\n
Connection: Keep Alive\r\n\r\n
what should i send next to get the source code of the page after i login?
how can i access
document.getElementById("implogin")
throughhttp requests?
hbe02 is offline   Reply With Quote