Gossamer Forum
Home : Products : Others : Fileman :

Can I bypass login by passing username/password in script URL?

Quote Reply
Can I bypass login by passing username/password in script URL?
Hi. I'm wondering if there's any way to pass my username and password into the URL of the script so that I can bypass having to log in, something like this:

http://www.mysite.com/cgi-bin/fileman/fileman.cgi?username=username&password=password

Thank you.
Quote Reply
Re: [ericgalvez] Can I bypass login by passing username/password in script URL? In reply to
You should pass in do=login also. I.e

http://www.mysite.com/cgi-bin/fileman/fileman.cgi?username=username&password=password&do=login

B.
Quote Reply
Re: [TheStone] Can I bypass login by passing username/password in script URL? In reply to
I tried that (adding &do=login to the end of the URL), but it still brings me to the login page. Thank you, anyway. By the way, I'm using version 2.02.

Last edited by:

ericgalvez: Apr 26, 2002, 10:53 AM
Quote Reply
Re: [ericgalvez] Can I bypass login by passing username/password in script URL? In reply to
Oops, that's for multiple version. You should pass in login=1 instead of do=login for single version.

TheStone.

B.