mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #177] [BUG] Missing Request Body on iOS 18 and iOS 26 #105
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#105
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 @NghiaTranUIT on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/177
Originally assigned to: @NghiaTranUIT on GitHub.
Description
iOS 18 and iOS 26 have changed some things so that Atlantis can't capture the Request's Body.
How did it happen?
request.httpbodyon iOS 18 or iOS 26 is always nil, even though it's set by the userrequest.httpBodyStreamExpected behavior
@NghiaTranUIT commented on GitHub (Aug 28, 2025):
Fixed with v1.30.0 https://github.com/ProxymanApp/atlantis/releases/tag/1.30.0
@Banck commented on GitHub (Sep 3, 2025):
@NghiaTranUIT Hey! There is an error in 1.30.0 - duration is wrong:
And from 1.29.2:
@NghiaTranUIT commented on GitHub (Sep 3, 2025):
Thanks @Banck , May I ask if only the duration ? Your Request/Response Body is fine, right?
@Banck commented on GitHub (Sep 3, 2025):
@NghiaTranUIT Seems only duration is wrong
@NghiaTranUIT commented on GitHub (Sep 3, 2025):
@Banck Please try this: https://github.com/ProxymanApp/atlantis/releases/tag/1.30.1
@Banck commented on GitHub (Sep 4, 2025):
@NghiaTranUIT Yes, everything is fine now. Thanks!