mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1911] Cannot see information about URLSessionUploadTask requests/responses? #1902
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#1902
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 @opfeffer on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1911
Description
Running latest Proxyman version on macOS 14.2.1 -- I noticed that while I'm able to see information about most network traffic of my iOS application running in the simulator, I don't appear to see any information about
URLSessionUploadTaskrequests used to upload images. Is this expected?I was looking through the documentation, I saw that websocket traffic requires the atlantis framework. Is that true for upload tasks as well? If so, I'm not using atlantis at this time.
Apologies if this question has previously been answered.
@NghiaTranUIT commented on GitHub (Jan 17, 2024):
If Proxyman can capture all requests from your iOS app, except the
URLSessionUploadTask, I guess it's the same reason asURLSessionWebsocketTask.You can try Atlantis framework, it works with the Upload Task too 👍