You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site is cloudflare protected.
i have access to my target page with my proxy server behind it my proxy server is not on the blacklist. I have access to the target page when I set my proxy settings in the puppeteer args like [—proxy-server=127.0.0.1:4444], no captcha is displayed, but when I use proxy per page, captcha is displayed every time.
Captcha is displayed too if i send request with curl i think cloudflare detects that the request not coming from browser or this package not pass all headers.
Can someone help me?
The text was updated successfully, but these errors were encountered:
Yes, this package doesn't send all headers because Puppeteer doesn't provide all of them in request.headers() .
This is because Puppeteer doesn't listen to the 'Network.requestWillBeSentExtraInfo' event which is fired after the request interception itself is completed, atleast according to this guy: puppeteer/puppeteer#6117 (comment)
hi so is there any solution to this problem? i have the same problem, it is causing cloudflare to detect. I use this to lower performance usage but it doesnt work with sites with cloudflare
Site is cloudflare protected.
i have access to my target page with my proxy server behind it my proxy server is not on the blacklist. I have access to the target page when I set my proxy settings in the puppeteer args like [—proxy-server=127.0.0.1:4444], no captcha is displayed, but when I use proxy per page, captcha is displayed every time.
Captcha is displayed too if i send request with curl i think cloudflare detects that the request not coming from browser or this package not pass all headers.
Can someone help me?
The text was updated successfully, but these errors were encountered: