View Full Version : Basic Authentication Without Popup


ctinmnita
06-18-2004, 02:20 AM
What I want to do is to HTTP basic authenticate without seeing that pop-up dialog box (with realm, username, password).
I think that I need to send some headers to the server from the browser, but i dont know how to send HTTP header from JScript sau HTML.
Does anyone know how to do that?

Cyber-SEO
07-05-2004, 07:22 PM
Amm I've never really heard of being able to do that. Lets say you are able to send the username and pass via http headers, how secure would that be? not very secure.

Anyone who loads the page will be able to view the username and password.

My 2 cents.

ctinmnita
07-07-2004, 02:19 PM
The security is not my concern for the moment. I just want to know if this is possible or not. If it is, then I will take the time to think about security.

Thanks,
Const