[GH-ISSUE #146] Add script to handle response data #91

Open
opened 2026-03-03 19:11:43 +03:00 by kerem · 2 comments
Owner

Originally created by @UknowHui on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/146

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?

Originally created by @UknowHui on GitHub (Apr 24, 2024). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/146 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?
Author
Owner

@NghiaTranUIT commented on GitHub (Apr 25, 2024):

@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

<!-- gh-comment-id:2076152475 --> @NghiaTranUIT commented on GitHub (Apr 25, 2024): @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
Author
Owner

@UknowHui commented on GitHub (Apr 25, 2024):

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

<!-- gh-comment-id:2076175106 --> @UknowHui commented on GitHub (Apr 25, 2024): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#91
No description provided.