Show HN: Test Post/Get endpoints easily from your browser
httpposttool.com
Show HN: Test Post/Get endpoints easily from your browser
1–10 of 30 posts
Re: Show HN: Test Post/Get endpoints easily from your browser
#2Nice--how does this compare to hurl.it?
Re: Show HN: Test Post/Get endpoints easily from your browser
#3Reminds me of http://hurl.it :)
--
Also, I've made a service that does the opposite: http://httpbin.org
Re: Show HN: Test Post/Get endpoints easily from your browser
#4Nice--how does this compare to hurl.it?
Its more streamlined that hurl.it (which is a great product), but also less powerful. The use case I'm going for is very basic: quick and dirty POST endpoint testing. URL, query params, then go.
Re: Show HN: Test Post/Get endpoints easily from your browser
#5Reminds me of http://hurl.it :) -- Also, I've made a service that does the opposite: http://httpbin.org
Wow, httpbin is awesome!
Re: Show HN: Test Post/Get endpoints easily from your browser
#6[deleted]
Re: Show HN: Test Post/Get endpoints easily from your browser
#7Nice! 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.
Re: Show HN: Test Post/Get endpoints easily from your browser
#8Nice but I would rather stay on your page and have it show me what I sent and what I got back
Re: Show HN: Test Post/Get endpoints easily from your browser
#9Nice! 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.
Good nit-picky catch on the capitalization. I agree, the font is unconventional. I might switch it to something more conventional, but it definitely does fit the theme.
Re: Show HN: Test Post/Get endpoints easily from your browser
#10I'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.