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

in # char "%23" #4

Open
raifpy opened this issue Jun 30, 2020 · 4 comments
Open

in # char "%23" #4

raifpy opened this issue Jun 30, 2020 · 4 comments

Comments

@raifpy
Copy link

raifpy commented Jun 30, 2020

return Default Carbon Page ..
image

@raifpy
Copy link
Author

raifpy commented Jun 30, 2020

Also \n "%0A" not working ..

@cyberboysumanjay
Copy link
Owner

It seems I have to encode the URL before hitting a request to the Carbon.
Thanks for reporting. I'll try to fix it

@sesamechicken
Copy link

@cyberboysumanjay is this still actively maintained? I am facing the same issue with newlines/carriage returns.

@snehsagarajput
Copy link

Passing the code through any url-safe function will do the job:

import urllib.parse
urllib.parse.quote_plus(code)

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

4 participants