fabienvauchelles / scrapoxy

Scrapoxy is a super proxy aggregator, allowing you to manage all proxies in one place 🎯, rather than spreading it across multiple scrapers πŸ•ΈοΈ. It also smartly handles traffic routing πŸ”€ to minimize bans and increase success rates πŸš€.
http://scrapoxy.io
MIT License
1.89k stars 232 forks source link

Validation fails for commas in connector "Add new source" URL field (includes workaround) #232

Closed superclarkk closed 2 months ago

superclarkk commented 3 months ago

Current Behavior

Validation fails for connector "Add new source" URL field. Note the comma in the list , "elite,anonymous", in the following URL:

https://api.proxyscrape.com/v3/free-proxy-list/get?request=displayproxies&protocol=http&anonymity=elite,anonymous&proxy_format=protocolipport&format=text

image

Expected Behavior

URL should be accepted. A workaround is to substitute commas with the ASCII-equivalent, "%2C". Thus:

https://api.proxyscrape.com/v3/free-proxy-list/get?request=displayproxies&protocol=http&anonymity=elite%2Canonymous&proxy_format=protocolipport&format=text

Steps to Reproduce

See description above.

Failure Logs

No response

Scrapoxy Version

How do I find that? It's the latest

Custom Version

Deployment

Operating System

Storage

Additional Information

No response

fabienvauchelles commented 2 months ago

corrected in the 4.7.1