- You use Microsoft Internet Security and Acceleration (ISA) Server 2006 to publish a Microsoft Exchange Outlook Web Access (OWA) server.
- The relevant Web listener is configured to accept both HTTP and HTTPS connections.
- The relevant Web listener is also configured to redirect all HTTP connections to HTTPS connections.
- A user performs the following procedure:
- The user connects to the OWA site by using the following URL:http://<FQDN>/owaNote The <FQDN> placeholder represents the fully qualified domain name (FQDN) of the Exchange server.
ISA Server sends an HTTP 302 response that includes the following HTTPS URL instead of an HTTP URL:https://<FQDN>/owa - The browser connects to the HTTPS side of the Web listener and then issues a "GET /owa" request.
- ISA Server sends a response that includes the Forms Based Authentication (FBA) page through the HTTPS connection, and then ISA Server assigns a cookie for this session.
- The user edits the URL in the browser to delete the "s" from the protocol, and then the user clicks Go or presses ENTER. For example, the user changes the URL from "https://<FQDN>/cookieauth.dll?<parameters>" to "http://<FQDN>/cookieauth.dll?<parameters>."
- The browser issues a "GET /cookieauth.dll" request through the HTTP connection. This request includes the cookie that was assigned in step 3.
- ISA Server sends a response that includes the FBA page over the HTTP connection.
- The user enters the credentials and clicks Log On. The user�s credentials are sent over the HTTP connection.
- The user connects to the OWA site by using the following URL:
https://<FQDN>/owa
However, you expect ISA Server to prevent the user from changing "HTTPS" to "HTTP" in step 4.