[GH-ISSUE #168] Duplicated Requests #99

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

Originally created by @nathanbeaumont on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/168

I am seeing duplicate requests come across Proxyman from my iOS Device. Otherwise Atlantis working well. I followed along this old issue https://github.com/ProxymanApp/atlantis/issues/119.

I have checked that Transporter.swift it is only starting to monitor on one host. I am passing in the Host name, I am not connecting to all Proxyman instances on the network. I can see via breakpoints and console logs that my host is the only host getting connected and no others.

I am seeing the two requests come in a few milliseconds apart 1-7 ms, every single request is duplicated, not just a single one.

Setup:

  • iPhone 12
  • iOS 18.2.1
  • Atlantis 1.28.0 (This issue also existed in 1.27.0).
  • Xcode 16.3.0
Originally created by @nathanbeaumont on GitHub (Apr 28, 2025). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/168 I am seeing duplicate requests come across Proxyman from my iOS Device. Otherwise Atlantis working well. I followed along this old issue https://github.com/ProxymanApp/atlantis/issues/119. I have checked that Transporter.swift it is only starting to monitor on one host. I am passing in the Host name, I am not connecting to all Proxyman instances on the network. I can see via breakpoints and console logs that my host is the only host getting connected and no others. I am seeing the two requests come in a few milliseconds apart 1-7 ms, every single request is duplicated, not just a single one. Setup: - iPhone 12 - iOS 18.2.1 - Atlantis 1.28.0 (This issue also existed in 1.27.0). - Xcode 16.3.0
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 1, 2025):

@nathanbeaumont Sorry for the late reply. May I ask if your app is using any URLProtocol ?

https://github.com/ProxymanApp/atlantis/pull/155

<!-- gh-comment-id:3024375816 --> @NghiaTranUIT commented on GitHub (Jul 1, 2025): @nathanbeaumont Sorry for the late reply. May I ask if your app is using any `URLProtocol` ? https://github.com/ProxymanApp/atlantis/pull/155
Author
Owner

@nathanbeaumont commented on GitHub (Aug 12, 2025):

URLProtocol

Sorry for the delay on my part, we do not, we use URLSession

<!-- gh-comment-id:3180380060 --> @nathanbeaumont commented on GitHub (Aug 12, 2025): > URLProtocol Sorry for the delay on my part, we do not, we use URLSession
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#99
No description provided.