Live data from Hacker News

Show HN: Test Post/Get endpoints easily from your browser

httpposttool.com

11–20 of 30 posts

Re: Show HN: Test Post/Get endpoints easily from your browser

#13

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.

http://httpbin.org doesn't log, but it responds with the request info.

Re: Show HN: Test Post/Get endpoints easily from your browser

#15

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.

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

#16

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.

http://www.postbin.org is what you want. I used it to debug my Recurly notification pushes and it made things much easier.

Re: Show HN: Test Post/Get endpoints easily from your browser

#17

Earlier 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. :-)

[deleted]

Re: Show HN: Test Post/Get endpoints easily from your browser

#19

Earlier 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. :-)

If the requests is a POST, http://postbin.org will suit you perfectly :)

Re: Show HN: Test Post/Get endpoints easily from your browser

#20

Earlier 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. :-)

Why so bitter?

Also httpbin is open source. You can clone it and add your own features. https://github.com/kennethreitz/httpbin

Post reply on HN