Wormholy: A debugger for iOS network calls

(github.com)

42 points | by ingve 2105 days ago

6 comments

  • dewey 2105 days ago
    Why would you do it on the device itself where you can't easily work with the response (tweaking parameters in curl,..)? I always use Charles Proxy and it's great.
    • aplummer 2105 days ago
      Sometimes you need to have SSL pinning enabled and still check. You could include this and run the prod build which is pretty handy.
  • stefanfisk 2105 days ago
    does it have any use cases that are not covered by https://www.charlesproxy.com/ios/?
  • Senderman 2105 days ago
    It should really say "HTTP[S]" calls, or "Web" calls or somesuch - when I saw "Network" I hoped it would be a debugger for, say, UDP packets and TCP traffic. It's not.
  • marvel_boy 2105 days ago
    Amazing. It is Objective c compatible?
    • Kipters 2105 days ago
      Yes, it's in the readme
  • ios_geek1 2105 days ago
  • mcfedr 2105 days ago
    any different to netfox?