monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.52k stars 567 forks source link

怎么抓取提交的json参数,下面这种怎么获取data参数啊? #61

Open yhuaqiang opened 5 years ago

yhuaqiang commented 5 years ago

$.ajax({ type: 'POST', url: '/xxxx', contentType: 'application/json', data: JSON.stringify({a:1}), });

monkeyWie commented 5 years ago

参考下:https://github.com/monkeyWie/proxyee/blob/master/src/test/java/com/github/monkeywie/proxyee/InterceptFullResponseProxyServer.java