mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1506] Doesn't proxy Best Buy app on iOS #1499
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#1499
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 @JohnCoates on GitHub (Jan 21, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1506
Description
Using Proxyman for iOS, I can't see search requests done on the Best Buy app. https://apps.apple.com/us/app/best-buy/id314855255
Steps to Reproduce
Current Behavior
Searches and resource loads don't show up
Expected Behavior
Searches and resource loads show up
Environment
@raxityo commented on GitHub (Jan 21, 2023):
Best Buy app seems to be using Flutter.
Flutter ignores system proxy settings, so the traffic from the apps built with Flutter doesn't go through Proxyman.
Same thing happens with any other apps built with Flutter such as OpenSea.
@NghiaTranUIT commented on GitHub (Jan 22, 2023):
Yes, it's correct. Some React Native doesn't use the HTTP Proxy too. To intercept Flutter apps, it's required some config: https://docs.proxyman.io/debug-devices/flutter
@JohnCoates commented on GitHub (Jan 23, 2023):
Great, thanks for the heads up.