top | item 11981193

(no title)

waxjar | 9 years ago

We use Charles extensively at work, it's a great tool.

The only thing that really annoys me is that, this being a Java app, the interface works slightly different than the standard OS X interface I'm using to.

I regularly use cmd + backspace, for example, to delete all text until between the beginning of the line and the cursor. In Charles this is a hot key that removes all recorded requests. There are more of such things.

I've been looking for a similar app with a native UI, but haven't been able to find one yet.

discuss

order

aggregator-ios|9 years ago

Give https://interceptapp.xyz a try. Fully native. Currently in alpha.

Disclosure: I'm the developer.

seanp2k2|9 years ago

Nice, the part about JSON schema decoding seems useful. I've done that by hand and ripped apart enough curl requests from chrome network tools -> right click -> copy as curl to want an easier way. Paw can also import HTTP requests into itself (free plugin) and export Python Requests code or different curl or many other versions for different languages, as well as inspecting the request and response headers and bodies, making things like the Authorization header super easy, etc. We use it at work quite a bit and go as far as documenting the APIs for things with a paw file (you could get the same thing with a Swagger doc and the swagger ui, and sometimes we do that as well). https://luckymarmot.com/paw (I'm not affiliated with them in any way beyond being a paying user grateful for a nice tool).

waxjar|9 years ago

Was going to try it out today, but alas "You can’t use this version of the application “Intercept” with this version of OS X."

I should update already ;)

bluedino|9 years ago

All this time I thought it was frozen somehow in the 'OS X Panther' UI, I've only seen screenshots so I didn't realize it was a Java app.