About

httpcb was created because I needed to debug some API's with the callback concept over the years (The problem is you can't call your local webserver most of the time because it's behind NAT and your development server is not configured to handle public traffic etc.)

There is ofcourse alot of similar applications out there (alot of people run into the "local dev server"-problem). However. They where mostly annoying with trail periods, super advanced UI and limited amount of requests. etc. So i decided to make my own.

Later this project evolved to be my "try that new thing"-project. So now, it serves as both a quick tool to check the HTTP request some API will send you and a place where i can try out new web technologies. And because the whole point of this application is that it's on a public webserver. Why not let others use it if they want!

So if you want you can send me a email if you find a bug, request some feature or just to let me know that i helped someone with debugging.

Built with