|
Q. Basic Authentication: can I set the username and password on the browser, so the user does not have to see the popup login dialog? A. Unfortunately not, the protocol does not allow a server to directly modify a browser's cache. Instead use cookie based login.
|
|