I'm setting up a test environment that does not support https. The problem is, http://localhost/simulator.aspx#!/data keeps redirecting to https://localhost/simulator.aspx#!/data.I have tried the following steps:
- going to
chrome://net-internals/#hstsand deletinglocalhostand127.0.0.1 - Empty Cache and Hard Reload (https://galaxyinternet.us/google-chrome-redirects-localhost-to-https-fix/)
- removing cached images and files in
chrome://settings/clearBrowserData - nuking
C:/Users/Appdata/local/Google/Chrome - Checking the
disable cachein Chrome developer tools> network tab. - going to task manager and killing the Chrome process to restart.
This didn't change anything, so I tried it in an incognito window. That didn't work either.
Any ideas?