Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You could try Fiddler; it has a huge feature set along with an old-school UI: https://www.telerik.com/fiddler


While we are giving tips, sometimes all you need is the fetch() api in F12 in your favourite browser. And the good think about using that is you then remember the api better for when you are programming again. I've done this before for simple jobs.


Isn't fiddler intended to be used to capture requests sent from already running apps and not to make standalone requests to APIs? Additionally it is not multi-platform as far as I know, you can only run it on Windows machines.


I've ran it on Linux few years ago. It's a .NET app and it wasn't too hard to make it run with Mono.


I've used Fiddler both for capturing existing requests as well as firing off my own to test an API :) You can create one from scratch or modify one that was previously captured (the latter being really handy for dealing with auth and large payloads).

Re xplat: they recently announced a cross-platform beta that will replace the Windows-only one in the long-term; I haven't tried it myself though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: