Gossamer Forum
Home : Products : DBMan : Customization :

Login via direct link

Quote Reply
Login via direct link
Hi, me again ;-)

My aim is that the user "myuser" with the password "mypassword" can jump to record-ID 99 via a direct link.

From the FAQ I learnd that the url must look like this:

www.myserver.com/db.cgi?db=default&userid=myuser&pw=mypassword&ID=99&view_records=View+Records

However, it does not work! What appears, is the login page.

Thanks for any hints,
Muhe
Quote Reply
Re: [Muhe] Login via direct link In reply to
Hello Muhe,

I use the same type of link in my db and it works fine. I do see something that may be worng in your link.

You have
www.myserver.com/db.cgi?db=default&userid=myuser&pw=mypassword&ID=99&view_records=View+Records

I think it should be
www.myserver.com/cgi-bin/db.cgi?db=default&userid=myuser&pw=mypassword&ID=99&view_records=View+Records

the "cgi-bin" dir is missing out of your link.

Ed.