mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #102] Atlantis multiple requests problem #64
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#64
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 @ttuygun on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/102
Originally assigned to: @NghiaTranUIT on GitHub.
There is no problem when we connect over proxy with Proxyman but when I inspects requests with Atlantis, I can see multiple requests problem.
@NghiaTranUIT commented on GitHub (Jun 7, 2022):
Can you elaborate on what "request problem" is?
Does it means:
From what you mention
connect over proxy with Proxyman but when I inspect requests with Atlantis, it seems that you set the HTTP Proxy (from iOS devices) to Proxyman, then used it with Atlantis.I'd say that it's not how it works.
If you use Atlantis, you don't need to set the HTTP Proxy on Wifi anymore. After you config:
It'd automatically connect to Proxyman.
Hence, please try again without setting the HTTP Proxy.
@ttuygun commented on GitHub (Jun 7, 2022):
Multiple requests mean I can see GET, POST or any other requests recursively for same requests. (on Proxyman request lists)
Connections over Atlantis:
Request 1
Request 1
Request 1
Request 2
Request 2
Connection over proxy:
Request 1
Request 2
There is no problem with connection over proxy.
@NghiaTranUIT commented on GitHub (Jun 8, 2022):
Thanks. Can you clarify what iOS, Atlantis, and Proxyman versions you're using?
I guess that you're using the latest build?
@ttuygun commented on GitHub (Jun 8, 2022):
Right, all the latest except iOS 15.4.1
@NghiaTranUIT commented on GitHub (Dec 15, 2022):
@ttuygun if you don't mind, please check out the latest Atlantis 1.20.0.
We've fixed some duplicated connections -> Show the same request twice 👍
@ttuygun commented on GitHub (Dec 15, 2022):
It seems fixed. Thanks