Loging-in automatically via URL does not work

Hello,

I am trying to set up a database for one of our clients which should not require Login/password dialog. I have been consdering the standard uername:password in URL but this does not seem to work.

Any idea anybody?

Thanks

Subject: Just set “Anonymous” in the ACL to Reader access. No login will be required and no changes have to be made to the URL.

Subject: No, I do not need this.

The database should not be open for everyone, I really do need authenticated access…OK, I found one (thanks IBM support) - you have to pass URL like this:

http://server.com/names.nsf?login&username=“login”&password=“pass”&RedirectTo=“yourdatabase.nsf”

This works just fine.