claffin / cloudproxy

Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.
https://cloudproxy.io/
MIT License
1.4k stars 79 forks source link

Using a $ in a password causes some issues #58

Closed jcohenho closed 2 years ago

jcohenho commented 2 years ago

I tried including a $ as part of my password and it caused some issues. I was able to get instances to spin up but the dashboard wasn't showing any IP addresses available.

claffin commented 2 years ago

You should avoid using special characters in the username and password, as special characters cause issue due to how URL encoding works.

Using only alphanumeric characters is the easiest solution. I will update the documentation to reflect this. #60