Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

Cannot see information about `URLSessionUploadTask` requests/responses?

Open opfeffer opened this issue 1 year ago • 1 comments

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.

opfeffer avatar Jan 16 '24 19:01 opfeffer

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 👍

NghiaTranUIT avatar Jan 17 '24 07:01 NghiaTranUIT