I've searched very hard to find any information about my issue but so far no luck, hence this thread.
My problem is that URL parameters that get submitted by users get changed to seemingly gibberish strings.
Correct URL:
/password/edit?reset_password_token=yGJuB5yYzbsQxsSJ4ZHr&token
What hits my server:
/password/edit?erfrg_cnffjbeq_gbxra=yGJuB5yYzbsQxsSJ4ZHr&gbxra=
There is some pattern to this since the word token
shows up twice and is transformed into gbxra
every time.
What's more interesting is that it happens very rarely and most requests look good and work well.
The presented link is sent to users via email so I was suspecting that maybe some mailing client is causing it but I was not able to track it down so far.
It happens regardless of browser (latest Chrome/Firefox/IE11) and operating system (Windows 10/Linux/MacOS).
Have you ever encountered a situation like that and do you know what might be the culprit?