proxy-chain icon indicating copy to clipboard operation
proxy-chain copied to clipboard

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Results 43 proxy-chain issues
Sort by recently updated
recently updated
newest added

My proxies configured for IP Auth. This library not supports IP auth for proxies?

t-platform

Hello all, The below code works perfectly without using proxy-chain, but as soon as I pass the proxy-server argument to puppeteer it will run into a timeout: **TimeoutError: Navigation timeout...

t-platform

From readme ```js const http = require('http'); const ProxyChain = require('proxy-chain'); const exampleServer = http.createServer((request, response) => { response.end('Hello from a custom server!'); }); const server = new ProxyChain.Server({ port:...

bug
low priority
t-platform
backend

### Which package is this bug report for? If unsure which one to select, leave blank _No response_ ### Issue description Not sure if this issue us in Crawlee, proxy-chain,...

bug
t-tooling

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 20.9.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v20.9.0 20.9.0 (2023-07-20) Features add autofill support (#10565) (6c9306a) roll to Chrome 115.0.5790.98 (r1148114) (#10584) (830f926) Bug...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.29.0 to 6.1.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v6.1.0 6.1.0 (2023-07-17) Bug Fixes eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164) eslint-plugin: [no-floating-promises] false negative...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.19 to 20.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.16.19&new-version=20.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.62.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 29.5.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=28.1.8&new-version=29.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6. Release notes Sourced from typescript's releases. TypeScript 5.1.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies