Is a url query parameter valid if it has no value?
Valid to the URI RFC Likely acceptable to your server-side framework/code The URI RFC doesn’t mandate a format for the query string. Although it is recognized that the query string will often carry name-value pairs, it is not required to (e.g. it will often contain another URI). 3.4. Query The query component contains non-hierarchical data … Read more