Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle reserved characters in the request URI #106

Open
kimlundjohansen opened this issue May 11, 2021 · 0 comments
Open

Handle reserved characters in the request URI #106

kimlundjohansen opened this issue May 11, 2021 · 0 comments

Comments

@kimlundjohansen
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Many URI include components consisting of or delimited by, certain special characters. These characters are called "reserved", since their usage within the URI component is limited to their reserved purpose. If the data for a URI component would conflict with the reserved purpose, then the conflicting data must be escaped before forming the URI.

Reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ","

Describe the solution you'd like
Create commonly known constants for each reserved character that can be sent instead by the client and interpreted by the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant