deepmadan 0 Newbie Poster

I am developing an embedded Webserver on a hardware. I want to add a login page to it.

I am able to receive all the http requests from a browser on a computer connected with the hardware via LAN. I am also able to show a simple webpage on the browser of the computer after parsing the link request received. The webpage is stored in the hardware memory.

All the input fields are sent to the hardware via a page request like
http://192.168.1.80/?input1=abcd&input2=1234

This process can not be followed for Username and password.

Please suggest me a way to make a login page.

Any help would be useful.

Thanks in Advance.

Deepak