ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.35k stars 177 forks source link

How to capture packets for macOS applications developed in Java? I found that the normal methods cannot capture applications developed in Java. #1975

Closed jiayouzl closed 3 months ago

jiayouzl commented 3 months ago

How to capture packets for macOS applications developed in Java? I found that the normal methods cannot capture applications developed in Java.

For example:pycharm,phpstorm

NghiaTranUIT commented 3 months ago

@jiayouzl there is no ultimate solution. It depends on if your Java apps have HTTP Proxy in their setting.

By default, all Java apps don't respect the system proxy, Proxyman can't capture it unless we configure it.

Let's open your Java app -> Setting -> Find any HTTP Proxy Setting -> Point to Proxyman at localhost, port 9090

jiayouzl commented 3 months ago

@jiayouzl there is no ultimate solution. It depends on if your Java apps have HTTP Proxy in their setting.

By default, all Java apps don't respect the system proxy, Proxyman can't capture it unless we configure it.

Let's open your Java app -> Setting -> Find any HTTP Proxy Setting -> Point to Proxyman at localhost, port 9090

Thank you