Boingfwip, Request Echo

2019-07-04

This post is deprecated! This project and the domain is no longer available.

I suddenly found myself needing to debug some information we were sending out from one of our servers to an IBX interface. We were sending the info out, but for some reason it turned out wrong on the other end. What I needed for that task was a simple URL I could post a request to and afterwards see the entire request, header, body and all.

Thus Boingfwip was born.

It’s a simple API where you can perform any HTTP method request towards, using any HTTP method and you’ll get a JSON back with a structure of the request. That’s it.

Go to boingfwip.net for more info.

To try it, simply go to api.boingfwip.net and you should get a JSON with your request.

The source code is freely available over at https://github.com/nagilum/boingfwip and is released under the MIT License. Feel free to contact me through GitHub regarding the API.