I have a dollar symbol in a URL, which works when I click on the link, like this:
www.mysite.com/articles/a-url-with-a-$-symbol
However, Raygun is showing some users are receiving an error for this page, with the $
replaced by a &
:
Message: A potentially dangerous Request.Path value was detected from the client (&).
URL: www.mysite.com/articles/a-url-with-a-&
The reported browsers that are experiencing this include Chrome, Firefox, IE and Safari.
I know that $
is a reserved chracter, but it is allowed in URLs. What would cause the browser to change it to an &
and strip the remaining characters?