anyproxy icon indicating copy to clipboard operation
anyproxy copied to clipboard

A fully configurable http/https proxy in NodeJS

Results 103 anyproxy issues
Sort by recently updated
recently updated
newest added

Plese fill the template when you reporting a new issue, thanks! #### Which platform are you running AnyProxy #### The version of the AnyProxy #### Your expected behavior of AnyProxy...

Add support for forwarding WebSocket connections in `beforeSendRequest`, but modifying WebSocket message is NOT supported. e.g. ```javascript // rule.js module.exports = { async beforeSendRequest(requestDetail) { const { protocol, requestOptions: {...

Please fill the template when you reporting a new issue, thanks! #### Which platform are you running AnyProxy Mac #### The version of the AnyProxy Latest (today) #### Your expected...

#### Which platform are you running AnyProxy Mac #### The version of the AnyProxy 4.0.6 #### Your expected behavior of AnyProxy When Proxying HEAD requests, the content-length header should be...

Plese fill the template when you reporting a new issue, thanks! #### Which platform are you running AnyProxy Linux #### The version of the AnyProxy 4.1.3 anyproxy #### Your expected...

I just wanted the 201 issue

FIX #518 DELETE | GET 等方法无法传递请求体

The recursive option was added to `fs.mkdirSync` in node 10.12.0. It's used in https://github.com/alibaba/anyproxy/pull/562 for creating the temp directory.

Delete uppercase variant of Constant.js because MacOs doesn't support two files with names which the only difference is the casing

Delete uppercase variant of WsUtils.js because there is an identical version of the file with camelcase name wsUtils.js and some operating systems don't allow that