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.

  1. remove http bingind on target domain's virtual server
  2. create second virtual server same domain http binding
  3. add rewrite rule new virtual server redirects trafic https version of domain

this straight forward way found , simplest.

voila!


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -