Error: too many redirects

Jaime 6 Reputation points
2020-09-18T16:28:06.917+00:00

The site https://linuxpickapp.azurewebsites.net/ displays an error:

This page isn’t working
linuxpickapp.azurewebsites.net redirected you too many times.

This app is set up on a Linux OS using PHP 7.3.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Evgeny Grishchenko 486 Reputation points
    2020-09-19T11:36:49.707+00:00

    I would suggest to look at the page, which handles / route.

    What is inside?

    0 comments No comments

  2. Grmacjon-MSFT 16,101 Reputation points
    2020-09-28T23:32:25.08+00:00

    Hi @Jaime ,

    We apologize for the delay in response. Here are three immediate things you can try to mitigate the issue:

    -Clear the Cookies/Cache in your browser
    -Try accessing the website in a different browser.
    -Try Incognito Mode/In-Private Browsing.

    If that doesn't help, youcould take a look at your CDN rules and configure them to stop the redirection loop
    -Go to the CDN Profile in the azure portal
    -Click on Rules Engine to configure the rules.
    -Changed the Condition from Always to Request Scheme
    for more details please see this blog post

    Please let us know if you have further questions

    -Grace

    0 comments No comments