ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.

Home Page:https://proxyman.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to capture request body

hpinhal opened this issue ยท comments

I'm trying to replace the proxy setup with Atlantis but it's not capturing most of the request bodies.
Doing the same request over and over again, it was only the request body for a couple of them.

image

Using the latest version via SPM.
Running on a physical device with iOS 14.2.1.

Thanks for the report @hpinhal ๐Ÿ‘

Just wondering that can you see the Response Body?

and what Networking library that you're using? (e.g Alamofire, AFNetworking or URLSession, or anything else) ๐Ÿค”

Look like I'm able to reproduce the bug. I'm fixing now ๐Ÿ™Œ

Hi @hpinhal

We've fixed the bug and release Atlantis 1.4.3 (https://github.com/ProxymanApp/atlantis/releases/tag/1.4.3)

Please update your latest version with SPM and try again ๐ŸŽ‰

Hi @NghiaTranUIT ,

Works like a charm. Much appreciated!