We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
0cd3496
Fix partial_pathencode to properly handle asterisk (*)
2d44c63
Ref: - edgurgel/httpoison#471 - benoitc#399 - benoitc#277 - benoitc#272
*
Fix partial_pathencode to properly handle asterisk (*) (#720)
6709e7a
Ref: - edgurgel/httpoison#471 - #399 - #277 - #272
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: