I can't bypass Cloudflare when I use a proxy
I get caught by Cloudflare when I use a proxy. Proxies are clean. There is no proxy-related blocking, I can connect with another library.
proxies = { 'http://': 'http://username:password', 'https://': 'http://username:password', } async with AsyncClient(proxies=proxies) as client:
Hi, I can't seem to reproduce your issue. can you please tell me which website you're crawling?
closing this issue due to lack of activity and cannot reproduce
@ManiMozaffar Hi, i got the same issue.
I am using residential proxies from StormProxies, not problem when using request.get And i am scraping images from https://www.invaluable.com/ ( example : https://image.invaluable.com/housePhotos/Dusseldorfer/22/781322/H0461-L387459107.jpg )
How can we try to solve this issue ?
I have no problem when i doesn't use proxies.