问题
I have a website on Azure and I have configured it with the custom domain.Website always redirects from http to https so getting error of not secure in browser as below..
I don't want to redirect it to https.What is the solution and what is the reason that it redirects to https ?
On azure in web app overview I get URL with Http :
回答1:
Azure Web Apps do not automatically redirect http to https by default, so it may be caused by some logic in your specific app, or some other non-default step that you took.
To see this, simply create a new empty Web App, and verify that you are able to browse to it using http.
来源:https://stackoverflow.com/questions/43610318/azure-web-app-automatically-redirect-from-http-to-https