Posts

Showing posts with the label azure

Azure CDN from Verizon Premium HTTP to HTTPS redirect

Azure CDN from Verizon Premium HTTP to HTTPS redirect - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Azure CDN from Verizon Premium HTTP to HTTPS redirect error on your web browser.  Problem : I have created an Azure CDN endpoint (like example.azureedge.net ) using Verizon Premium Pricing Tier. I want to create a rule to redirect to the HTTPS protocol (like https://example.azureedge.net ) whenever a user uses the HTTP protocol (like http://example.azureedge.net ). H...

web.config redirects only for specific domain

Image
web.config redirects only for specific domain - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the web.config redirects only for specific domain error on your web browser.  Problem : I'm stuck with redirecting for specific domains. The setup consists of azure webapps which bring their own domain *.azurewebsites.net , I want to exclude those from redirecting. For additional domains e.g. example.com I need to redirect to https to www and no redirection if I enter the correc...