IIS Rewrite Rule in web.config to redirect HTTPS requests to HTTP

后端 未结 2 1858
忘了有多久
忘了有多久 2020-12-17 01:14

I need to redirect all https requests to http, for example, if someone visits https://www.example.com/another-page/ to http://www.example.com/another-page/

I have th

2条回答
提交回复
热议问题