Show HN: Test Post/Get endpoints easily from your browser
11–20 of 30 posts
Re: Show HN: Test Post/Get endpoints easily from your browser
#12Reminds 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
#13I'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.
Re: Show HN: Test Post/Get endpoints easily from your browser
#14Reminds 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
#15I'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.
http://httpbin.org doesn't log, but it responds with the request info.
I could write a service like that in 5 minutes, just wondering it one exists, so I don't have to. :-)
Re: Show HN: Test Post/Get endpoints easily from your browser
#16I'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.
Re: Show HN: Test Post/Get endpoints easily from your browser
#17Earlier quoted context omitted.
http://httpbin.org doesn't log, but it responds with the request info.
Indeed, that makes it useless when the service I want to debug is not one written by me; let's say Github or Notifio. I could write a service like that in 5 minutes, just wondering it one exists, so I don't have to. :-)
Re: Show HN: Test Post/Get endpoints easily from your browser
#18Re: Show HN: Test Post/Get endpoints easily from your browser
#19Earlier quoted context omitted.
http://httpbin.org doesn't log, but it responds with the request info.
Indeed, that makes it useless when the service I want to debug is not one written by me; let's say Github or Notifio. I could write a service like that in 5 minutes, just wondering it one exists, so I don't have to. :-)
Re: Show HN: Test Post/Get endpoints easily from your browser
#20Earlier quoted context omitted.
http://httpbin.org doesn't log, but it responds with the request info.
Indeed, that makes it useless when the service I want to debug is not one written by me; let's say Github or Notifio. I could write a service like that in 5 minutes, just wondering it one exists, so I don't have to. :-)
Also httpbin is open source. You can clone it and add your own features. https://github.com/kennethreitz/httpbin