Computer Hope

Internet & Networking => Networking => Topic started by: ronan on April 15, 2010, 04:43:48 PM

Title: how to rewrite an URL from browser IE ?
Post by: ronan on April 15, 2010, 04:43:48 PM
Someone asks me some help ...

he needs to rewrite some ASCII characters inside an URL

FROM:: http://www.my-domain.xxx/check.php?r=e64oifje9&[email protected]&rt=7u8
TO::      http://www.my-domain.xxx/check.php?r=e64oifje9%26email%[email protected]&rt=7u8

the pattern is always the same, just the email change each time.
he want to change %26 and %3D automatically for that page.

the URL is found in an email.

how to do it ? add-on, proxy, ... ?