Show HN: Test Post/Get endpoints easily from your browser
Reminds me of http://hurl.it :)
--
Also, I've made a service that does the opposite: http://httpbin.org
REST Console for Chrome does GET/POST/PUT params. https://github.com/codeinchaos/rest-console
This is nice, though - surprised it fills a gap in functionality with how simple it is, but it does. http://hurl.it/ currently doesn't have a way of entering individual params. Apigee console doesn't either. It also takes a click or two to get to a generic API console. https://apigee.com/console/
BTW I like how if you remove the middle two letters and each letter at the end of httpposttool you get groups of two of the same letter: ttppttoo.
undefined
Neat service. Anyone know of a browser plugin/extension though that will let me do this from the context of an existing loaded page? I've wanted that for a while for testing local web dev stuff.
I'm looking for the opposite -- something that will accept HTTP requests, record them and let me view the log on a page. My use case is debugging callbacks (notification pushes) from APIs.
Nice! I like the name (2lazy2curl) and background, but am not totally sold on the font choice. I suspect it will grow on me though.
Nit-picky thing: consistent capitalization (2lazy2curl or 2Lazy2Curl) in the title bar and on the page.
Nice--how does this compare to hurl.it?
undefined
Nice but I would rather stay on your page and have it show me what I sent and what I got back
Hilarious visual design!
another slick alternative https://apigee.com/console/ has oauth support and some popular api endpoints already setup
Pretty cool - a nice plus would be the ability to post files.