mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #44] Failing to capture request body #37
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#37
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 @hpinhal on GitHub (Dec 1, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/44
Originally assigned to: @NghiaTranUIT on GitHub.
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.
Using the latest version via SPM.
Running on a physical device with iOS 14.2.1.
@NghiaTranUIT commented on GitHub (Dec 1, 2020):
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) 🤔
@NghiaTranUIT commented on GitHub (Dec 1, 2020):
Look like I'm able to reproduce the bug. I'm fixing now 🙌
@NghiaTranUIT commented on GitHub (Dec 1, 2020):
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 🎉
@hpinhal commented on GitHub (Dec 1, 2020):
Hi @NghiaTranUIT ,
Works like a charm. Much appreciated!