Show HN: Atlantis – Inspect Network Traffic from iOS app with 1 line of code(github.com)
github.com
Show HN: Atlantis – Inspect Network Traffic from iOS app with 1 line of code
https://github.com/ProxymanApp/atlantis
2 comments
In the beta release, Atlantis has supported multiple Proxyman apps in the same network: https://github.com/ProxymanApp/atlantis/issues/25
Behind the scene, Atlantis is written by Swift and does “Method Swizzling” to all URLSession and URLConnection functions, then sending the log to the Proxyman app for inspecting by Bonjour Service [2].
iOS folks don't have to manually config HTTP Proxy or Install Certificates anymore. It just works as soon as you start the Atlantis.
I believe that Atlantis would be a big pleasure for mobile developers during app debugging.
[1]: https://github.com/ProxymanApp/atlantis#how-to-use [2]: https://developer.apple.com/bonjour/