Proxyman
Proxyman copied to clipboard
Cannot see information about `URLSessionUploadTask` requests/responses?
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 URLSessionUploadTask
requests 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.
If Proxyman can capture all requests from your iOS app, except the URLSessionUploadTask
, I guess it's the same reason as URLSessionWebsocketTask
.
You can try Atlantis framework, it works with the Upload Task too 👍