You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
All the actions related getting url from email, somehow changes the original url.
Expected url :
http://example.com/?email_id=566xy&...Returned url :
http://example.com/?email_idV6xy&...As you can see
=56replaced with theV. Hexedecimal56refers toVin ASCII Character, if that helps.