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?