Show HN: a tool for inspecting HTTP callbacks in realtime
webhookinbox.com
Show HN: a tool for inspecting HTTP callbacks in realtime
1–7 of 7 posts
Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#2Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#3Looks nice, if you are looking to make a nicer designed http://requestb.in , then I suggest you replace the white background in the inbox page as it looks like a break in the otherwise very nice, dark design.
Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#4Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#5This is great. I would love to use something like this to view client side exceptions. Is there a way to create inboxes with a predefined identifier, eg. use a unique app id as the inbox id? instead of having to create an inbox and assign it's random id to an app
Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#6Re: Show HN: a tool for inspecting HTTP callbacks in realtime
#7It's looks awesome :) I love the design. Can you explain how is it different form request.bin or how it will be different in the future?
1) The display updates live when requests are received.
2) Supports PubSubHubbub. For example you can pass an inbox target URL in the subscription request to an RSS/Atom feed hub, and feed updates will land in the inbox.
3) Fancier API. Mainly this is the realtime stuff, which makes it possible to write your own JavaScript client that reacts to HTTP callbacks.