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 space in path or query #23

Closed
wants to merge 5 commits into from
Closed

Conversation

alifgiant
Copy link

fix for issue #21: URL query parameters are not escaped

I encounter the same problem where trying to load URLs with space are returning 400.
So, I add 'space char -> %20' replacer.

The other part about not escaped char, urlopen won't return error by loading it. So I left it.

@alifgiant alifgiant changed the title handle space in path or url handle space in path or query Mar 21, 2018
@kowalcj0
Copy link

Hi @alifgiant & @bartdag ,

when could we expect this branch to be merged?

Thanks

@alifgiant
Copy link
Author

hi @kowalcj0 seems like, this project is no longer continued.

@alifgiant alifgiant closed this Apr 23, 2019
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.

3 participants