Cuadrix / puppeteer-page-proxy

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

Some sites react differently when using this package for proxy #63

Closed lesleyxyz closed 1 year ago

lesleyxyz commented 3 years ago

Tried logging in at https://appleid.apple.com/ which says "Failed to verify identity". I've looked into dev tools -> networks and the /federate requests gets handled differently.

If I use the -same- proxy with a proxy extension, I don't get the error. This points the issue to this plugin.

Any idea why? (using SOCKS5 proxy with authentication)

Cuadrix commented 1 year ago

Missing headers most likely https://github.com/Cuadrix/puppeteer-page-proxy/issues/69#issuecomment-1273020411