mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #159] Atlantis doesn't capture mqtt WebSocket traffic #97
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#97
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 @retyui on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/159
I passed
shouldCaptureWebSocketTraffic:YESHere the code that create mqtt connection
@retyui commented on GitHub (Jan 27, 2025):
I also tried to add proxy manually, didn't help :(
@NghiaTranUIT commented on GitHub (Jan 28, 2025):
@retyui Atlantis can only capture websocket if it's called by using URLSessionWebSocketTask.
Atlantis can't work with
mqtt.I suggest using a normal proxy with Proxyman (not using Atlantis) and setting an HTTP(S) Proxy to Proxyman as you've already done.