TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Inspect iOS traffic without messing Proxy and Certificate

2 pointsby nghiatran_feelsover 4 years ago
Hi HN.<p>I&#x27;ve recently built a Swift OSS - Atlantis[1] - which uses Method Swizzling[2] to <i>automatically</i> capture all traffic then transmitting it to the Proxyman [3] macOS app via Bonjour Server[4] for a later inspector.<p>Therefore, no need to mess up with HTTP Proxy or Certificate anymore. It just works.<p>Hopefully, it&#x27;s easier to help folks debug your iOS app.<p>[1]: https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;atlantis [2]: https:&#x2F;&#x2F;nshipster.com&#x2F;method-swizzling&#x2F; [3]: https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;Proxyman [4]: https:&#x2F;&#x2F;developer.apple.com&#x2F;bonjour&#x2F;

1 comment

haspokenover 4 years ago
[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;atlantis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;atlantis</a><p>[2]: <a href="https:&#x2F;&#x2F;nshipster.com&#x2F;method-swizzling&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nshipster.com&#x2F;method-swizzling&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;Proxyman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;Proxyman</a><p>[4]: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;bonjour&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;bonjour&#x2F;</a>