iis 6 - How to redirect http request to https before the basic authentication popup -
i'm using basic authentication on site, simple windows popup asking username , password. i'm wondering if there's way redirect http traffic https traffic before popup? currently, i'm using custom redirect error page, when goes http://www.mysite.com/ popup comes , asks username password, , after enter page redirects http traffic https. i'm assuming password sent in clear text, since redirect happening after login attempt.
i've tried playing iis, , javascript on page itself, seems popup happening before of comes play. there anyway redirect before popup comes up?
thanks!
i know old here how managed achieve need same.
- remove http bingind on target domain's virtual server
- create second virtual server same domain http binding
- add rewrite rule new virtual server redirects trafic https version of domain
this straight forward way found , simplest.
voila!
Comments
Post a Comment