I am trying to post data to a URL through HTTP request, when I try to pass email then it converts @ into %252540.
Here is the URL:
window.open('https://secure.rspcdn.com/xprr/red/PID/3428/SID/rentown?email=amrinder@odz.com');
Please take a look at the given fiddle:
https://jsfiddle.net/amrindernoor/b8uvwr86/
How can I avoid this issue?