Proxyman
Proxyman copied to clipboard
Capture HTTPS traffic from Electron App
Description
Since we've released the Automatic Setup, which allows developers to capture the NodeJS app with 1-click. We should find a solution to support Electron App 👍
Why this feature/change is important?
- 1-click to capture HTTP/HTTPS Traffic from Electron App
Done: https://download.proxyman.io/beta/Proxyman_4.7.0_Fix_the_delete_btn_in_Customize_Columns.dmg
@NghiaTranUIT any support for this for windows?
@Geczy the Automatic Setup hasn't been implemented on Windows yet. Only available on the macOS 👍
What's the best way to do this on windows? Like a catch all. This app I'm trying to capture spawns other instances that I can't grab even if you were to add automatic terminal method to windows. Think macOS for example. How would you catch the spawned instances that are electron
It's really difficult because ElectronJS, by default, doesn't use a system HTTP proxy. You might look for this HTTP Proxy Config in the Electron's Setting app, and change to localhost port 9090.
For example: Postman has this Proxy HTTP Setting in its Settings screen. Make sure to disable the SSL Verification checkbox in the Settings too.