This is really similar to this question : Is a url query parameter valid if it has no value?
However what if I still use the symbol =
like:
http://example.com/foo?bar=&pam=e
Reason is that I use built-in function to generate URL, and when I set bar
to nothing, it does this in shown format.