mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #1696] Proxyman stops showing simulator requests coming from a specific URL after a while #1689
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#1689
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 @VladIacobIonut on GitHub (Jun 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1696
Description
After downloading Proxyman, installing required certificates and starting to intercept traffic from the iOS simulator everything goes well seemingly for the first session of the app. I can see requests from my app with the base URL for our server, decode them and map local.
It happened to me for the second time now that after some time (~ 1 day), I cannot see traffic coming from my app's base url. Proxyman is intercepting request from the analytics framework and other apps in the simulator (like the News app), but not requests which have our server's base URL.
The first time this was solved by deleting Proxyman and installing it again. Its the second time this happens now and I guess there's probably got to be a solution quicker than the first one.
Proxyman stops showing requests coming from a specific URL.
Expected Behavior
Proxyman shows requests coming from a specific URL normally.
Environment
@VladIacobIonut commented on GitHub (Jun 28, 2023):
Does it have to do with Free version plan limitations maybe, as in limiting the requests to a certain limit?
@NghiaTranUIT commented on GitHub (Jun 28, 2023):
@VladIacobIonut it's a bug from iOS Simulator. Some users have experienced this bug on iOS 16 Simulator too. Ref: https://github.com/ProxymanApp/Proxyman/issues/1268#issuecomment-1238595340
They confirmed that this issue happened with Charles proxy too. Using Atlantis or iOS Physical device will fix it.
@VladIacobIonut commented on GitHub (Jun 30, 2023):
@NghiaTranUIT yup can confirm. everything works correctly with iOS 14.5 sim. thank you!