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

relax URL encoding #277

Closed
benoitc opened this issue Jan 25, 2016 · 0 comments
Closed

relax URL encoding #277

benoitc opened this issue Jan 25, 2016 · 0 comments
Labels

Comments

@benoitc
Copy link
Owner

benoitc commented Jan 25, 2016

url path encoding is very strict for now and partially based on the code found in chromium:
https://github.com/benoitc/hackney/blob/master/src/http/hackney_url.erl#L367

A lot of server don't decode all the URL like they should which trigger the issues #246, #272.

New version of the code will allows people to use their own encoding schema by providing the following options:

  • possibility to tell to hackney to not encode by itself the URL (raw option)
  • possibility to exclude some chars in the path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant