Live data from Hacker News

Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

news.ycombinator.com

11–16 of 16 posts

Re: Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

#11
post #10

Earlier quoted context omitted.

One of the game-changer features I'd implement is "Traffic Streaming". Basically, Proxyman iOS will stream all traffic to Proxyman macOS by using Bonjour service from Apple. Steaming data with zero-configuration. I use this feature in the Atlantis framework ( https://github.com/ProxymanApp/atlantis ) and I believe that it would save a lot of time (than the current approach by sharing the log via AirDrop)

A million time YES! I hate doing this when I need to work with Charless on iOS.

Thanks. After the first release on AppStore, I will implement this feature.

Re: Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

#13

The TestFlight app details say the developer is “Table plus inc” - are you affiliated with them or is that a weird coincidence of company names?

No, it's not. We're in the same team but on two different products. TablePlus is for a database, Proxyman is a Web Debugging Proxy.

Re: Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

#14

The TestFlight app details say the developer is “Table plus inc” - are you affiliated with them or is that a weird coincidence of company names?

No, it's not. We're in the same team but on two different products. TablePlus is for a database, Proxyman is a Web Debugging Proxy.

Sorry what I meant was, is it the same company/organisation..

Re: Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

#15

Earlier quoted context omitted.

No, it's not. We're in the same team but on two different products. TablePlus is for a database, Proxyman is a Web Debugging Proxy.

Sorry what I meant was, is it the same company/organisation..

Yes, we're in the same company, but two different development teams ;]

Re: Show HN: I write an iOS app to intercept all HTTP/HTTPS Traffic (Beta Testing)

#16
post #7

Earlier quoted context omitted.

One thing I wish for in Charles (or maybe it’s there but hidden) is the ability to generate full working curl commands with all headers, cookies, and body data. I guess it can generate intermediate formats (I forget the name, h something) and then there are web sites that can convert that to curl but it would be nice to have it built in. Remember that it’s easy to copy/paste straight from iOS to macOS.

Yes, It's already supported in the Beta build :D. Select your request -> Menu on the Top-Right Nav -> Copy as cURL. Then you can straight paste to the Terminal on macOS

Fantastic!
Post reply on HN