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

Add script to handle response data #146

Open UknowHui opened 5 months ago

UknowHui commented 5 months ago

I wrote a script, and integrated atlantis, I hope that when making a network request on the iPhone, the data seen in the response-body of the proxyman is processed by the script, what should I do?

NghiaTranUIT commented 5 months ago

@UknowHui when you're using Atlantis, it's for previewing data, not for debugging tool.

If you want to modify the request/response, it's better to not use Atlantis, and follow the proxy-approach: Here is the guide: https://docs.proxyman.io/debug-devices/ios-device

UknowHui commented 5 months ago

I tried this and it worked

But this is not the result I want. In my program, there is already a script that handles response. If it is handled through the proxy script in the proxyman, it is actually wrong in my program.

What I want is that when I preview the data in Atlantis, I see the beautification after the script processing