mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1620] Capture HTTPS traffic from Electron App #1615
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1615
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Apr 29, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1620
Originally assigned to: @NghiaTranUIT on GitHub.
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?
@NghiaTranUIT commented on GitHub (Apr 29, 2023):
Done: https://download.proxyman.io/beta/Proxyman_4.7.0_Fix_the_delete_btn_in_Customize_Columns.dmg
@Geczy commented on GitHub (Jan 23, 2024):
@NghiaTranUIT any support for this for windows?
@NghiaTranUIT commented on GitHub (Jan 24, 2024):
@Geczy the Automatic Setup hasn't been implemented on Windows yet. Only available on the macOS 👍
@Geczy commented on GitHub (Jan 24, 2024):
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
@NghiaTranUIT commented on GitHub (Jan 24, 2024):
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 commented on GitHub (Mar 2, 2026):
It's done https://github.com/ProxymanApp/Proxyman/issues/2620#issuecomment-3983092723