lightproxy icon indicating copy to clipboard operation
lightproxy copied to clipboard

💎 Cross platform Web debugging proxy

Results 84 lightproxy issues
Sort by recently updated
recently updated
newest added

已知如下代码不生效: ``` xxx.com/a.json scriptfile://` exports.handleRequest = async (ctx, next) => { ctx.body = `{a: 1}`; }; ` ``` 需要将ctx.body = `{a: 1}` 改成 ctx.body = '{a: 1}' 才生效。

the link at the right side panel on the home of the repo is broken https://lightproxy.org/

使用命令安装whistle.script npm i -g whistle.script --registry=https://registry.npm.taobao.org 然后打开lightproxy,点击插件中的scrpit 报错 TypeError: Cannot destructure property 'getReceiver' of 'options.wsParser' as it is undefined. at module.exports (/usr/local/lib/node_modules/whistle.script/lib/wsServer.js:19:11) at module.exports (/usr/local/lib/node_modules/whistle.script/lib/server.js:31:3) at /Users/dk/Library/Application Support/LightProxy/files/node/node_modules/whistle/lib/plugins/load-plugin.js:1159:9 at Server....

https://wproxy.org/whistle/principle.html%5D(https://wproxy.org/whistle/principle.html) 404 ![image](https://user-images.githubusercontent.com/16473196/163993535-6890a604-54b2-4be6-9293-ade8d4289f27.png)

lightproxy=true 参数 微信webview无法调试, pc桌面可以

项目中开发中 本地起egg.js服务,在发起请求会不经过lightproxy 代理拦截,就直接发出去了,抓包不会成功

mac:12.0.1 iOS Simulator: 15.0.0 --- 操作步骤: - 点击复制证书 - 在模拟器的浏览器中打开 ![image](https://user-images.githubusercontent.com/10111705/148319248-25951821-5867-4024-89e8-899e8df07026.png) 卡住了