02-18-04 07:34 AM
Hello,
I am trying to set up a website with the following requirements:
1. User can browse through the non-secure pages of the website using
ordinary HTTP.
2. User can access the secure pages by first supplying a username and
password through a web form via SSL. This web-form goes through
HTTPS. The idea is to encrypt the password as it's sent across the
net.
3. Once the user has logged in, he can browse through the rest of the
site using ordinary HTTP.
I have been able to achieve #1 and #2, but as soon as the user logs
in, he can only browse through the site using HTTPS. Is there a way
to configure IIS so that once the user has logged in via SSL, he can
browse through the rest of the site using HTTP?
Note: all of the links in my HTML are "relative" links, except for the
link to my login page, which is an "absolute" link that explicitly
uses "https".
Henry
[ Post a follow-up to this message ]
|