mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #146] Add script to handle response data #91
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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
@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