Is there a reserved query-string character that is conventionally used to ignore sections of the string? Something like this:
?foo=bar&baz=quux*some character*&sky=blue
Where adding some character results in this query string with the end ignored:
?foo=bar&baz=quux
I know that it's usually up to the programs parsing the query string to decide how anything is handled, but I wanted to know if anything like this exists in the same way that a + is meant to denote a space.
The fragment identifier, indicated by #, has such an effect:
The query component is indicated by the first question mark ("
?") character and terminated by a number sign ("#") character or by the end of the URI.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With