Postman: a powerful HTTP client (for Chrome) to test web services
1–10 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#2I auditioned about 10 different Chrome/Firefox extensions to send HTTP requests and this was by far the best one. It's clean, simple to use, and handles auth really well.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#3I've been using Postman for quite a while now and it's really handy. You can save requests in collections so you can rerun the same requests for testing purposes. It's great if you're deving a REST API and need a simple client for basic testing.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#4Super useful for testing web-apps for vulnerabilities
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#5I've been using this for a while. I wish it had the feature of logging the http requests going on currently, similar to other addons or Wireshark.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#6And let's not forget is the only one I've seen that automatically remembers cookies, very very handy.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#7the only flaw it's you can't see size of request without using chrome tab
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#8I know i am missing something here....but how on earth do you launch this?
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#9I know i am missing something here....but how on earth do you launch this?
Seriously, it's a pain in the ass. Click the apps launcher in the upper left of the Chrome start page.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#10I've been using Postman for a while. Overall, very impressed as it was intuitive straight from the first use.
However, when putting files in a post request, it doesn't remember the files for you. Also, there is no way to stop an ongoing request besides resetting and clearing all the parameters. I really hope they would accommodate these options in the future.