Hacker News new | ask | show | jobs
by TameAntelope 1577 days ago
Why would I use a browser developer tool to test an API? A browser is wholly uninvolved in API development.
3 comments

because the browser is literally the HTTP client. why would you need to use something else for a very specific case of HTTP protocol interaction ?
Because a browser is not the HTTP client.
It still makes calls, and a proper REST client means you can make POST/PUT/etc on command
That's only true if you aren't testing in prod