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 69 proxy-chain issues
Sort by recently updated
recently updated
newest added

## Overview `proxy-chain` is observed to block indefinitely when certain conditions are met: 1. It works in the forward mode (plain HTTP). 2. There is `content-disposition` header that contains certain...

bug
low priority
t-core-services
backend

hi, i am using got-scraping with proxy-chain , when i make a request from got-scraping , i get a burst of these errors some time , not always. is there...

Hi, i am new in this proxy world, so maybe the question is kinda dumb.. But youtube app is not streaming video trought proxy, why tho? When i use some...

Hello, thank you for the amazing work on proxy-chain! I'm requesting a feature to support built-in bandwidth throttling for incoming/outgoing traffic. Currently, proxy-chain does not provide any option to limit...

t-core-services

hi, i am requesting username, password and customTag to be exposed in "connectionClosed" event use case: with this we can log traffic stats by username in an external db some...

t-core-services
backend

```ts import proxyChain from "proxy-chain"; const proxyServer = "pr.oxylabs.io:7777"; const username = "..."; const password = "..."; (async () => { const proxy = `http://${username}:${password}@${proxyServer}`; const anonymizedProxy = await proxyChain.anonymizeProxy(proxy);...

Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 6.2.0. Release notes Sourced from chai's releases. v6.2.0 What's Changed feat(events): add addChainableMethod event by @​perrin4869 in chaijs/chai#1707 Full Changelog: https://github.com/chaijs/chai/compare/v6.1.0...v6.2.0 v6.1.0 What's Changed build(deps-dev):...

dependencies
javascript

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.3 to 2.2.0. Release notes Sourced from body-parser's releases. v2.2.0 What's Changed test: remove --bail from test script by @​Phillip9587 in expressjs/body-parser#583 ci: separate lint step by...

dependencies
javascript

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 21.0.0. Changelog Sourced from sinon's changelog. 21.0.0 fd10f13f chore!: remove assert.failException property (#2659) (Morgan Roderick) This was used for allowing customisation of the thrown error...

dependencies
javascript