Azure web app automatically redirect from Http to Https

守給你的承諾、 提交于 2019-12-24 08:39:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!