I have tried to use http headers when I log into a certain website to see which variables are sent. But there isn't any post statement on live httpheaders. I only see a HTTP/1.1 401 Authorization Required when the login appears. How can I find out which variables are sent? Is it possible to make a login box on a website that logs in without using a post statement?
I suppose you could use jquery to do it in the background. Why do you want to do it without a normal form post though?