Query params with multiple RFC 3986 reserved chars
GET/rfc3986/reserved
Verifies that RFC 3986 reserved characters in query parameter values are percent-encoded correctly.
Example:
q = "hello:world" → q=hello%3Aworld
path = "a/b/c" → path=a%2Fb%2Fc
ref = "v1#section" → ref=v1%23section
Request
Responses
- 200
Successful response