URL http://localhost/mysite/mypage?param=123 works fine. However, if I want to put some special characters in param, like ?, />
http://localhost/mysite/mypage?param=123
param
?
/>
You need to substitute the characters with URL entities. Some information here.