Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.
426 stars 100 forks source link

Not working with puppeteer-extra-plugin-stealth #71

Closed iners-max closed 2 years ago

iners-max commented 2 years ago

After I have added puppeteer-page-proxy to my web crawler, it stops working.

jrejaud commented 1 year ago

@Cuadrix I assume that you closed this issue because:

"Forwards intercepted requests from the browser to Node.js where it redoes the requests through a proxy and then returns the response to the browser."

So since requests are being done through Node rather than a browser, the browser obfuscation techniques using puppeteer-extra-plugin-stealth can't be used with puppeteer-page-proxy?