monkeyWie / proxyee

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

How to send all the request generating from my application to the proxy #280

Closed aatifansari closed 11 months ago

aatifansari commented 1 year ago

I am able to successfully run the proxy server as background serivce on new thread inside my android application now I want to send all my network request(http and https) generating from the application to it. Please help me or let me know if I am missing something.

aatifansari commented 11 months ago

Hi I have used ProxySelector and ProxyController for redirecting my applications request to the proxy. There also exists VPN solution using which u can redirect your particular app traffic to the specified proxy port.