The following URL works fine:
However, if I want to put some special characters in `param like ?, /, \, then the URL becomes:
or
http://localhost/mysite/mypage?param=http://www.mysite.com/page2?a=\&b=...
which won't work. How do I resolve this issue?