The other day I wrote a blog post about my new dev tools page:
And I was saying that I had a bunch of ideas - this was one of the first thing I wanted to create was a request bucket, basically it would create an endpoint that you could plug into a webhook page and any request that comes into the endpoint would be printed out:
Create a bucket:
Now I have an address where I can post any data I want to:
I'll test it with a post request:
Now I will have information about the request on the page:
Right now this is all an "in memory" endpoint but I'm hoping to make it a little more persistent, right now I'm thinking that maybe I can hold onto endpoints/requests for an hour (after the bucket was created) - maybe in the future I can create a "Pro" feature that allows people to create permanent endpoints, but let's not think about that right now π
Top comments (0)