I am trying to get a request string that has the character # and my parameter is got only until the #. But the thing is that I need to have this character, can’t remove it.
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Encode the # if it has to be there. A literal # indicates a fragment id and can’t be used in a URI for any other purpose. w3schools has encoding tables so you can look up the values yourself, too.