How do I prevent an Azure App Service redirecting from HTTP to HTTPS after I create an HTTP Custom Domain to an App Service?
HTTPS Only is disabled Authentication is
I think the permanent 301 returned from the azure website when HTTPS only
was ON
for a while and you can test your site with the setting enabled.
Disabling the cache in Chrome DEV tools and explicitly calling the url with http again then works just fine for me.
For more details, u can see the post.
The above answers are endorsed by the initiator of the post and the answerers, and I hope it will be useful to you.