Why is http addresses automatically changed to https in web browser?


EXPERIENCING PROBLEMS WITH OUR SERVICES? RUN A DIAGNOSE FIRST TO SAVE YOURS AND OUR TIME

Added: 09.05.2014 15:30:17     Last updated: 06.08.2019 14:13:38

On our servers HTTP Strict Transport Security (HSTS) set as default. This means if you have visited addresses with https on your website previously, you will automatically forwarded to https when trying to enter addresses with http. You can read more about this here:
https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security

To turn this of you can add the following to your .htaccess fil in the root of your web hosting:
Header set Strict-Transport-Security "max-age=0"