I am trying to do some testing with HSTS and so I setup a new Apache instance, configured it with a server cert (not self-signed), and configured it to send the HSTS header, and then am trying testing using Firefox, Chrome, and IE.
However, so far, it seems like I am only able to see the HSTS functionality (changing the end URL to an HTTPS URL when I point the browser to a non-HTTPS URL) with only Firefox.
When I do the same tests, using either Chrome or IE, when I point the browser to the non-HTTPS URL, the browser just displays the response page...
FYI, based on some searches, I have tried going to an HTTPS URL first, and then trying to point the browser to a non-HTTPS URL.... in this case, the browser just shows the non-HTTPS page.
Is there something additional that I need to do to IE and Chrome to get them to exhibit the HSTS functionality?
Thanks, Jim