ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.26k stars 93 forks source link

Fix crash when intercepting URLSessionUploadTask. #133

Closed VaslD closed 1 year ago

VaslD commented 1 year ago

Per https://developer.apple.com/documentation/foundation/urlsession/1411518-uploadtask, body data parameter may be null.

This PR should fix https://github.com/ProxymanApp/atlantis/issues/132.