Skip to content

added urllib.unquote to escape urlencoded strings in cookies #48

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

Closed
wants to merge 1 commit into from

Conversation

lastlegion
Copy link

No description provided.

@vl-homutov
Copy link
Contributor

The cookie value is not required to be urlencoded. In practice, you cannot use non-ASCII characters in cookies at all. If really required, this must be configurable.
Rejecting this, to keep things simple, as a primary goal of this code is a reference implementation, not a universal implementation that fits everyone.

@vl-homutov vl-homutov closed this Aug 20, 2018
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

Successfully merging this pull request may close these issues.

2 participants