Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

Capture HTTPS traffic from Electron App

Open NghiaTranUIT opened this issue 2 years ago • 5 comments

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

NghiaTranUIT avatar Apr 29 '23 13:04 NghiaTranUIT

Done: https://download.proxyman.io/beta/Proxyman_4.7.0_Fix_the_delete_btn_in_Customize_Columns.dmg

NghiaTranUIT avatar Apr 29 '23 13:04 NghiaTranUIT

@NghiaTranUIT any support for this for windows?

Geczy avatar Jan 23 '24 22:01 Geczy

@Geczy the Automatic Setup hasn't been implemented on Windows yet. Only available on the macOS 👍

NghiaTranUIT avatar Jan 24 '24 01:01 NghiaTranUIT

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

Geczy avatar Jan 24 '24 02:01 Geczy

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.

NghiaTranUIT avatar Jan 24 '24 02:01 NghiaTranUIT