|
|
Posted by Andy Dingley on 03/23/07 14:10
On 22 Mar, 20:36, jmaci...@engr.uconn.edu wrote:
> for some websites, it seems you can login with the username and
> password in the URL through the post.
That's not (usually) a POST, it's a GET. It won't work for sites that
use a POST and require the parameters to be supplied as form
parameters, rather than as URL parameters.
If you're trying (as I have) to set up a simple static page on your
local computer to use as a homepage, then you can stil do this. Simply
code it with a <form>(s) on there not just an <a> link, and add the
relevant parameters as hidden fields. Reading the soure code of the
existing login page should give you a hint as to what code you need.
Navigation:
[Reply to this message]
|