Y
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
slim
1577 days ago
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 ?
link
TameAntelope
1577 days ago
Because a browser is not the HTTP client.
link
tomc1985
1577 days ago
It still makes calls, and a proper REST client means you can make POST/PUT/etc on command
link
getcrunk
1577 days ago
That's only true if you aren't testing in prod
link