How to encode the value, and which characters should be escaped. The RFC3986 standard defines that the query can include these special characters, without escaping:
/?:@-._~!$&()*+,;=
See: https://stackoverflow.com/questions/2322764/what-characters-must-be-escaped-in-an-http-query-string https://stackoverflow.com/questions/2366260/whats-valid-and-whats-not-in-a-uri-query
How to encode the value, and which characters should be escaped.
How to encode the value, and which characters should be escaped. The RFC3986 standard defines that the query can include these special characters, without escaping:
/?:@-._~!$&()*+,;=
See: https://stackoverflow.com/questions/2322764/what-characters-must-be-escaped-in-an-http-query-string https://stackoverflow.com/questions/2366260/whats-valid-and-whats-not-in-a-uri-query
(Since version ) see corresponding Javadoc for more information.
A query fragment which will be inserted into the query, without and preceding or following separators. Allows constructing query strings which are not (only) &-separated key-value pairs.
How to encode the value, and which characters should be escaped. The RFC3986 standard defines that the query can include these special characters, without escaping:
See: https://stackoverflow.com/questions/2322764/what-characters-must-be-escaped-in-an-http-query-string https://stackoverflow.com/questions/2366260/whats-valid-and-whats-not-in-a-uri-query