This repository has been archived by the owner. It is now read-only.
Permalink
19 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This comment has been minimized.
RIP
This comment has been minimized.
Man, that's really sad. I loved the service! Will go and set-up a self-hosted version....
This comment has been minimized.
That is really sad😩
This comment has been minimized.
:(
This comment has been minimized.
:(
This comment has been minimized.
Thanks for providing this great service for such a long time!
Just curious, even captchas made it impossible to control abuse?
Would you consider accepting donations (via Patreon?) and/or make the site available again for users that would pay 1$ for a lifetime of use? (a minimal cost to weed out abuse)
All the best
P.S. Thanks for making it easy to deploy to Heroku as well -- just did and it was a single button click. Would still love to see this back up as a community service
This comment has been minimized.
A captcha does not solve the problem. The problem is that people continue to send traffic (sometimes in very large amounts) after they're done debugging and the bin is long gone. Over time, it's added up to a very large amount of 'zombie' traffic.
We tried running this as a commercial service (launched in 2013) but that wasn't financially feasible. It was only possible because we were 'subsidized' by VCs.
If someone decides to pick this up and run it publicly again, use DNS subdomains instead of paths. That way you can blackhole bins getting flooded.
This comment has been minimized.
This was super useful for the day I used it ;) Thanks again
This comment has been minimized.
I just got to know about this service today, and its already been closed! I didn't get a chance to use it once.
This comment has been minimized.
Thanks for all your work on this project, I've used it for years and am sorry to see it go.
This comment has been minimized.
RIP
This comment has been minimized.
Thanks for maintaining this while you could, was a great service!
This comment has been minimized.
Guys, if anyone is unable to create a private host for himself. Full contact has a public one for testing its API. use it without abuse please https://requestbin.fullcontact.com/
This comment has been minimized.
:(
This comment has been minimized.
:( Hopefully there is a way to get it running again, but THANKS for the great service you offered!! We used you a lot
This comment has been minimized.
RIP
This comment has been minimized.
I host my own now and am grateful for the service that was provided, thanks to all!
This comment has been minimized.
@johnsheehan
I changed the code for this, then I stopped...
This also introduces other problems.. e.g. dns provider limits, so would probably require to roll your own dns.
With possible tens of thousands(?) of semi-permanent (block for a year?) blackholes.
Though it is the only way to be able to block incoming traffic, as such the only workable solution.
For those thinking about deploying a public service:
Require account creation, each account gets an own subdomain.. each subdomain gets /bins.
This just alleviates the number of blackholes. Blackhole per account, instead of per bin.
Still possible dns limits based on accounts
There is not really a workable public solution. Host your own ;-)
This comment has been minimized.
I did not know that RequestBin has really shut down, until one of the user of my service told me so yesterday. Then I find this discussion.
For last 6-8 months, I have been working on a similar service, Beeceptor, which is sub-domain based. It provides sub-domain based endpoints for creating Mock APIs and acts as proxy if someone have a real API endpoint. I would love to know feedback from you all.
Reading @johnsheehan's comment above, I realize that the same problem may occur for me, and DNS/blackhole/ip-firewall is a solution for long term. What other problems can occur in this domain that I should be aware of? Should I stop giving away free plans?