Skip to content

Redirect with only case changing causing ERR_TOO_MANY_REDIRECTS #29125

Discussion options

You must be logged in to vote

Wooow @thepuzzlemaster, we have a big problem here...

First of all, I will give you a piece of important advice, don't use camel case in your routes, don't use upper case, use only lower case in URLs... I say that because the behavior in most cases is unpredictable, for example, after you access the route "domain/Home" and it runs, if you access "domain/home" the chrome browser will replace the URL with "domain/Home" (the first one), windows servers such as IIS works ignoring case in URL, Linux servers will consider the case of URL... Then, just work with snake case in your URLs, this will avoid a lot of headaches and problems for you.

After this advice, lets to a possible solution:

As yo…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@thepuzzlemaster
Comment options

@wilsonneto-dev
Comment options

Answer selected by thepuzzlemaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants