ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.21k stars 90 forks source link

Map local not working with atlantis #147

Open freyzou opened 1 month ago

freyzou commented 1 month ago

Proxyman map local not working when using atlantis.

NghiaTranUIT commented 1 month ago

@freyzou it's expected behavior because Atlantis is built for previewing Request/Response purposes.

If you'd like to use Map Local, please use a normal Proxy on your iPhone. You can find the Setup Guide in the Certificate menu -> Install for iOS -> Physical Device / Simulator

freyzou commented 1 month ago

@NghiaTranUIT For some unknown reasons, my http requests that I want to debug are not showing on Proxyman normal mode. I'm using Moya framework as a client. By the way, requests from my another app which also using Moya working great with Proxyman normal mode.

NghiaTranUIT commented 1 month ago

my http requests that I want to debug are not showing on Proxyman normal mode

It's odd. If you config the Proxy on your Phone correctly, it will show. You can test it by opening the Safari app -> Visit www.google.com -> Verify if you can see this traffic on Proxyman.

freyzou commented 1 month ago

@NghiaTranUIT N I don't think the problem is related to my Phone config, the same phone, two apps with moya, one works fine but another not.