HTML Programming
tpeery
Posts: 5
How do I post data to a Webpage that requires authentication. It is a simple Username and Password?
I can get the port open using port 80 but after that I am lost.
Any help would be greatly appreciated.
Thanks in Advance
Troy
I can get the port open using port 80 but after that I am lost.
Any help would be greatly appreciated.
Thanks in Advance
Troy
0
Comments
There's a bunch of examples here on the forum that you can search for and probably similar working code in the modperia section. See what you can find and when you get stuck post the code you have so far and your problems.
Another (and possibly easier) method is to install FireBug on Firefox. This will allow you to see and track all of the communication between the webbrowser and the webserver.
Actually, I would recommend LiveHTTPHeaders (http://livehttpheaders.mozdev.org) for this. FireBug is also a great tool, which everyone should install, but LiveHTTPHeaders is a lot simpler if you just need to see HTTP transactions.