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

遇到了大量使用https://x.x.x.x 使用ip格式的无法正常代理。 而且查看本地的cert文件夹,没有任何ip格式的证书。

Plese fill the template when you reporting a new issue, thanks! 无用的cache文件占用磁盘空间,如何关闭? ![image](https://user-images.githubusercontent.com/19745647/77321390-1a566380-6d4d-11ea-8e24-5e5bd1303561.png) #### Which platform are you running AnyProxy #### The version of the AnyProxy 4.0.6 #### Your expected...

AnyProxy 4.x 在rule中,如何能够获取到通过anyproxy代理的client ip? 谢谢。

See commit messages for details. Example use: ``` const AnyProxy = require('anyproxy'); const options = { port: 8001, rule: { beforeSendWsMessage: (e, url) => { console.log(url, e.data); }, beforeReadWsMessage: (e,...

``` $ curl --proxy http://127.0.0.1:8001 \ -H ':method: VIEW' \ -H 'content-type: application/json' \ --data-binary '{"pin" : 8213,"id" : "0911D5D6-6354-21F7-9E0A-XXXXXXXXXXXX"}' \ -X VIEW \ 'https://api.some.app.io/trial' ``` 经过测试, anyproxy 无法解析请求方法为 VIEW...

什么时候像whistle一样出个客户端?

I would like to run anyproxy using "wss" (secure websocket) so I can put it under apache HTTPS #### Which platform are you running AnyProxy Linux #### The version of...

Plese fill the template when you reporting a new issue, thanks! 在使用用户配置的时候,我将用户配置的生成过程写入一个类,也就是说`beforeSendResponse`等方法的实现事实上是在rule参数提供的对象的`prototype`中。在AnyProxy处理用户配置的时候,将userRule与default_rule对象合并而没有考虑原型,从而导致我的回调函数丢失。希望能在之后的版本更新中考虑原型的情况。谢谢! #### Which platform are you running AnyProxy Windows 10 1909 #### The version of the AnyProxy 4.1.0

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...