-
Notifications
You must be signed in to change notification settings - Fork 18
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
session.post() with strong passwords #8
Comments
ack, will look into |
sorry for the delay, could you confirm this works? |
I can confirm the patch works with strong passwords. For the main documentation page, I also recommend adding the below command line argument for TeamRedMiner (it can go anywhere - I added it as the last parameter on my system): |
ps. I have hit several blocks on the mainnet ... |
#11 Opend a PR |
awesome, could you let me know which blocks? |
I tried to use a strong random RPC password, and it failed to create a valid URL for session.post().
For example, try using a password containing &. I suspect the parameters should be passed through something like urllib.parse.quote().
The text was updated successfully, but these errors were encountered: