Until this morning, I used to be able to add ?login=name&password=password to a URL in IE to automate authentication. Anybody know why this change and how to work around?
Sounds like whatever site it is disabled querystring authentication and is now using a different method. Probably session variables or cookies. Or, they might even be hashing (encrypting) the passwords passed in the url now.
Why on earth would you pass in a userid and password in a query string like that? It is totally NOT secure. . .You are basically sending it in clear text.
Perhaps if you actually posted the code for the login script or something like that. How the hell are we supposed to figure it out if you don't show us what it's doing?
Is it hosted by somebody else? Perhaps they changed some settings that now forbid it.
Is it hosted locally by you? Which update did you install that broke the functionality?
You think you would at least give us some idea what the hell you're doing before asking us to blindly fix it.
It's generic - no specifics required, thus not really "blind" fix. Server didn't change - it's Linux. My desktop, Win2K Pro, received a batch of updates this week from Microsoft and now it does work. I can setup another Win2K box pre-fixes and see what update broke it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.