Disabling HSTS on a per domain basis?

Copper Contributor

Is there a way to disable HSTS on a specific domain? - In this case "localhost".  I have a mix of local applications that have a web interface that run locally on different ports some run on HTTP like "Jupyter Notebooks" and others run on HTTPS, but on a custom port. As soon as I hit the application that runs on HTTPS then edge decides that all calls to HTTP, irrespective of port, should now run on HTTPS which, not surprisingly causes the HTTP apps to fail as edge tries to redirect from HTTP on port x to HTTPS on port x.

 

I do know about clearing the cache but this is a temporary solution and I'm looking for something more permanent to fix this broken logic.

0 Replies