Our current testing utilities are relatively small and compile with modest amounts of RAM. Hobbit's netcat, WR Stevens' sock, etc. We have security auditing rules that require us to compile the programs we run from source. We prefer small programs as they are easier to audit. Does anyone know how much RAM is required to compile Chromium? Can it be done on a laptop?
Postman: a powerful HTTP client (for Chrome) to test web services
51–60 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#52I 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
#53I use Rested, it's a simple, cheap, mac app and works great. http://www.helloresolven.com/portfolio/rested/ EDIT: Why the hell was I downvoted for suggesting a good app? goddammit...
* fat fingered an upvote
* vote ring detection evasion bot randomly selected you
for an upvoteRe: Postman: a powerful HTTP client (for Chrome) to test web services
#54Earlier quoted context omitted.
Believe it or not, Postman was better (used to run inside a tab instead of its own window) Edit: here it is, both the extension (tab) and the packaged app (window): https://chrome.google.com/webstore/search/postman?hl=en
Yes, I know about that POSTMAN used to run inside a tab, but it seems to have been abandoned for quite some time. I still have it installed, but it still telling to to 'upgrade' to the packaged app. That Postman extension that you linked, I actually didn't know about this before, but that doesn't seems like something provided by the original developer. Any idea whats the story behind it? EDIT: Nevermind, just Googled…
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#55I'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.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#56I'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.
How to use it, https://www.youtube.com/watch?v=Dxf-o_DLSLw
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#57https://chrome.google.com/webstore/detail/advanced-rest-clie...
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#58Re: Postman: a powerful HTTP client (for Chrome) to test web services
#59We've been using Postman for a while now, it's invaluable for testing/validating APIs across our environments. One feature we've been waiting a long time for however is live collection sharing; to have a centralized set of endpoints/etc that's kept updated and synchronized (without needing everyone to export and import JSON files). There's a feature request on GitHub but it's been in stasis for a long time now.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#60We've been using Postman for a while now, it's invaluable for testing/validating APIs across our environments. One feature we've been waiting a long time for however is live collection sharing; to have a centralized set of endpoints/etc that's kept updated and synchronized (without needing everyone to export and import JSON files). There's a feature request on GitHub but it's been in stasis for a long time now.
why not use something like zookeeper or etcd to sync your config files?