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 have to encode special characters in URLs. See: http://www.w3schools.com/tags/ref_urlencode.asp