by radeeyate on 4/30/25, 1:33 PM with 46 comments
by varun_ch on 4/30/25, 2:25 PM
I guess it still works.
by deanputney on 4/30/25, 2:39 PM
It'd be easier to add new ones if they were in there a single time each. Maybe the duplication is meant to handle distribution?
by ziddoap on 4/30/25, 2:24 PM
"I truly value our connection, and I hope my no doesn't change that." shows up 45 times.
Seems like most of the rejections appear between 30 and 50 times.
by hombre_fatal on 4/30/25, 2:52 PM
As you gain experience, these projects become a testament to how far you've come.
"An http endpoint that returns a random array element" becomes so incredibly trivial that you can't believe you even made a repo for it, and one day you sheepishly delete it.
by thih9 on 4/30/25, 2:39 PM
https://raw.githubusercontent.com/hotheadhacker/no-as-a-serv...
by choult on 4/30/25, 2:24 PM
by seabass on 4/30/25, 2:59 PM
a missed opportunity for some humor
by Retr0id on 4/30/25, 2:33 PM
Some ideas:
- All the different HTTP status codes
- expired/invalid TLS cert
- no TLS cipher overlap
- invalid syntax at the TLS and/or HTTP level
- hang/timeout
- endless slowloris-style response
- compression-bomb
- DNS failure (and/or round-robin DNS where some IPs are bad)
- infinite redirect loop
- ipv6-only
- ipv4-only
- Invalid JSON or XML syntax
by anonymousiam on 4/30/25, 2:42 PM
by macleginn on 4/30/25, 3:12 PM
by svilen_dobrev on 4/30/25, 3:22 PM
by qrush on 4/30/25, 2:49 PM
by hotheadhacker on 4/30/25, 4:03 PM
by n8m8 on 4/30/25, 3:04 PM
by Haeuserschlucht on 4/30/25, 1:44 PM
by artogahr on 4/30/25, 2:20 PM
by blahaj on 4/30/25, 2:22 PM
I understand that one wants some rate limiting so that others don't just use this as a backend for their own service causing every single request for their service to also create an API request. But this is as simple and resource unintensive as it gets for an HTTP server. 10 requests per minute is just silly.
Also could it be that the limit isn't enforced against the origin IP address but against the whole Cloudflare reverse proxy?