Hi all,
I’m successfully using Python to scrape websites and gather data via APIs and HTML scraping with mobile proxies. This works well, but image downloads consistently fail with error 407 (Proxy Authentication Required), even though the same proxy details work fine for data retrieval.
I’ve tried several async libraries, but none resolve the issue. Without proxy details, the images download correctly using my home IP, so I don’t believe it’s a header issue since the same headers are used.
I tested with 7 images from 3 locations (including my own server), and the result is always 407. While a non-async version works, it’s too slow for my needs.
Does anyone have ideas or working sample code for this scenario?
I used the default that was set the user name has a “hyphen-minus” (-). in it no characters. I just changed the original user name started with “proxidize-” removed the “-” and gave it a new name with no special characters and it work, thanks, that was driving me crazy last few days !