Hi,
I'm using ssl and Basic Authentication on my IIS website. I need to have my own custom login page however and this authentication is causes a popup. Is there any way to send the credentials via javascript to the webserver when they click login on my form (and are sent to the secure area)?
I would like to maintain the server side authentication as it is since it puts the username in the server log files and so that I don't have to figure out a way to add special security to each and every file on the web server. Any pointers or suggestions would be greatly appreciated.
Thanks
I'm using ssl and Basic Authentication on my IIS website. I need to have my own custom login page however and this authentication is causes a popup. Is there any way to send the credentials via javascript to the webserver when they click login on my form (and are sent to the secure area)?
I would like to maintain the server side authentication as it is since it puts the username in the server log files and so that I don't have to figure out a way to add special security to each and every file on the web server. Any pointers or suggestions would be greatly appreciated.
Thanks