Scarpozzi
Lifer
A vendor that sends message to an Email server I support sends confirmation Emails to the users with a link to activate their account. The confirmation link sent follows this format:
https://www.url.com/reference....x=confirm&iigg=MD5HASH
The reverse proxy is rewriting it as:
https://www.url.com/reference....x=confirm-iigg=MD5HASH
Notice before iigg, the & was rewritten as -
Is there a way the vendor can reformat the link so it doesn't get rewritten? In other words, when you send 2 params in a link, what SHOULD the standard be?
Thanks,
-Scar
https://www.url.com/reference....x=confirm&iigg=MD5HASH
The reverse proxy is rewriting it as:
https://www.url.com/reference....x=confirm-iigg=MD5HASH
Notice before iigg, the & was rewritten as -
Is there a way the vendor can reformat the link so it doesn't get rewritten? In other words, when you send 2 params in a link, what SHOULD the standard be?
Thanks,
-Scar