[GH-ISSUE #177] [BUG] Missing Request Body on iOS 18 and iOS 26 #105

Open
opened 2026-03-03 19:11:50 +03:00 by kerem · 6 comments
Owner

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.

Atlantis can not capture request body

How did it happen?

  • request.httpbody on iOS 18 or iOS 26 is always nil, even though it's set by the user
  • We have to retreive the body from request.httpBodyStream

Expected behavior

  • Should has Request Body
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. ![Atlantis can not capture request body](https://github.com/user-attachments/assets/4637d5e0-2620-4fb9-8918-0ff55d216bd6) ### How did it happen? - `request.httpbody` on iOS 18 or iOS 26 is always nil, even though it's set by the user - We have to retreive the body from `request.httpBodyStream` ### Expected behavior - Should has Request Body
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 28, 2025):

Fixed with v1.30.0 https://github.com/ProxymanApp/atlantis/releases/tag/1.30.0

<!-- gh-comment-id:3231971001 --> @NghiaTranUIT commented on GitHub (Aug 28, 2025): Fixed with v1.30.0 https://github.com/ProxymanApp/atlantis/releases/tag/1.30.0
Author
Owner

@Banck commented on GitHub (Sep 3, 2025):

@NghiaTranUIT Hey! There is an error in 1.30.0 - duration is wrong:

Image

And from 1.29.2:

Image
<!-- gh-comment-id:3248180039 --> @Banck commented on GitHub (Sep 3, 2025): @NghiaTranUIT Hey! There is an error in 1.30.0 - duration is wrong: ![Image](https://github.com/user-attachments/assets/208b8b2d-8206-4f32-a6e5-b3483b426581) And from 1.29.2: <img width="212" height="240" alt="Image" src="https://github.com/user-attachments/assets/007812b3-ccad-4cb4-82f8-6e9edb1460f6" />
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 3, 2025):

Thanks @Banck , May I ask if only the duration ? Your Request/Response Body is fine, right?

<!-- gh-comment-id:3248612594 --> @NghiaTranUIT commented on GitHub (Sep 3, 2025): Thanks @Banck , May I ask if only the duration ? Your Request/Response Body is fine, right?
Author
Owner

@Banck commented on GitHub (Sep 3, 2025):

@NghiaTranUIT Seems only duration is wrong

<!-- gh-comment-id:3248679428 --> @Banck commented on GitHub (Sep 3, 2025): @NghiaTranUIT Seems only duration is wrong
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 3, 2025):

@Banck Please try this: https://github.com/ProxymanApp/atlantis/releases/tag/1.30.1

<!-- gh-comment-id:3250596330 --> @NghiaTranUIT commented on GitHub (Sep 3, 2025): @Banck Please try this: https://github.com/ProxymanApp/atlantis/releases/tag/1.30.1
Author
Owner

@Banck commented on GitHub (Sep 4, 2025):

@NghiaTranUIT Yes, everything is fine now. Thanks!

<!-- gh-comment-id:3253306901 --> @Banck commented on GitHub (Sep 4, 2025): @NghiaTranUIT Yes, everything is fine now. Thanks!
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#105
No description provided.