Search and replace pipe character in url
-
I was wondering if you could help with the following…
I have this link :: https://35.209.96.158/~c42conn0/blog.medicaremadeclear.com/development/good-news-medicare-part-b-covers-cataract-surgery?WT.mc_id=8000008&mrcid=em:Acq:MR|Test|Test|::8000008and it redirects to this link :: https://www.stage-aarpmedicareplans.uhc.com/medicare-articles/9-good-reasons-why-a-medicare-advantage-plan-might-be-right-for-you.html?WT_mc_id=8000008&mrcid=em%3AAcq%3AMRTestTest%3A%3A8000008
So WT.mc_id has been changed to WT_mc_id (dot has been replaced with underscore) after redirection. This is critical for us.
Also missing pipes from the URL as well.(em:acq:mrtesttest::8000008)
How can I encode the pipe to %7C (it passes through then), and get the underscore to stay?
I’d appreciate any help. Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Search and replace pipe character in url’ is closed to new replies.