mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1058] Capture API calls on custom port #1053
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#1053
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 @shuhrat10 on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1058
Proxyman version?
2.35.0
macOS Version?
11.4
Steps to reproduce
Can't capture API call from MAC app which is using 35000 port.
Expected behavior
Want to see API calls from MAC app which is making api call via 35000 port.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Nov 11, 2021):
Proxyman can capture HTTP/HTTPS Traffic from a custom port as long as your traffic goes through HTTP Proxy at port 9090.
If Proxyman could not capture it, I suppose that it didn't go through the HTTP Proxy Server.
Can you share with me the name of the Mac app is?
For instance, Proxyman can capture traffic from Postman app, but it requires your to set a Proxy in Preference to Proxyman 👍
@shuhrat10 commented on GitHub (Nov 11, 2021):
Lorex Cloud App
https://help.lorextechnology.com/link/portal/57356/57366/Article/3351/Popular-Client-Software-and-Mobile-Apps
It doesn't work on iPhone as well when I use Postman on Mobile device.
https://apps.apple.com/us/app/lorex-cloud/id1346653498
@NghiaTranUIT commented on GitHub (Nov 11, 2021):
Sorry, it's not Proxyman's fault. Lorex Cloud App is not a native app, so its traffic might not go through the System HTTP Proxy.
To fix it, you have to find a Proxy Setting in Lorex Cloud App's Preference and set it to 127.0.0.1 at port 9090 👍
Then Proxyman can capture it
@shuhrat10 commented on GitHub (Nov 11, 2021):
What about iOS app?
On Thursday, November 11, 2021, Nghia Tran @.***> wrote:
@NghiaTranUIT commented on GitHub (Nov 11, 2021):
Proxyman can capture this traffic from your iOS devices 👍 . To do it, make sure you properly install & trust the certificate on your iOS device at https://docs.proxyman.io/debug-devices/ios-device
@shuhrat10 commented on GitHub (Nov 11, 2021):
That what I did but it’s not capturing api calls from iOS app. ((
On Thursday, November 11, 2021, Nghia Tran @.***> wrote: