When I run proxy-chain and puppeteer in same process puppeteer do not send username and password to proxy-chain. There is not proxy-authorization in headers
Username is for decide which production proxy to run (by username i select real proxy server). This is very strange. When I run this in same project puppeteer do not send proxy-authorization header. But when I run proxy chain in outside of node_modules (other project and other process), everything works fine.
When I run proxy-chain and puppeteer in same process puppeteer do not send username and password to proxy-chain. There is not proxy-authorization in headers
Username is for decide which production proxy to run (by username i select real proxy server). This is very strange. When I run this in same project puppeteer do not send proxy-authorization header. But when I run proxy chain in outside of node_modules (other project and other process), everything works fine.
puppeteer
Proxy chain server