Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to rewrite an URL from browser IE ?  (Read 2228 times)

0 Members and 1 Guest are viewing this topic.

ronan

  • Guest
how to rewrite an URL from browser IE ?
« 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, ... ?