Does it matter if I have a “&” right after “?” in my url?
For example:
http://www.blah.com/blah.php?&key=23
Would any browser get stumped by that? Or, will every browser treat it as:
http://www.blah.com/blah.php?key=23
Thanks.
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.
It doesn’t matter at all. You can even add as many
&as you want, it won’t affect the meaning of the URL as the server will remove unused ones and treats?semantically as a&.