Skip to content

Too Many Redirects on Website with Plus Sign #7347

Locked Answered by pawlean
peterkimzz asked this question in Bug Report
Discussion options

You must be logged in to vote

Hi @peterkimzz!

Thanks for your post. I'm not familiar with this set-up at all, but it's really interesting. Thanks for sharing, I learned something new 😄

It sounds like the issue with the URL containing a plus sign (+) in the utm_source parameter resulting in an ERR_TOO_MANY_REDIRECTS error may be due to how the server interprets the + sign. In URL encoding, a plus sign can be interpreted as a space, which might cause unexpected behavior in the server's redirection logic.

To avoid this issue, you can replace the plus sign with its URL-encoded equivalent %2B. Here's an example:

https://www.eventcat.com/conferences?utm_source=XL8%2BAudience&utm_campaign=07f0df1f16-EMAIL_CAMPAIGN_2024_05_27…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@peterkimzz
Comment options

Answer selected by peterkimzz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants