HTTP Cats
21–30 of 94 posts
Re: HTTP Cats
#22Re: HTTP Cats
#23https://github.com/tantalor/emend/blob/master/app/static/ima...
Still gives me a chuckle
Re: HTTP Cats
#24Do any browsers recognize a 420 response code?
Your browser (if you're using one of the "usual ones") doesn't really do much with the response's status code if it doesn't match a few specific ones for redirecting/caching/protocol shenanigans. Anything in the 4XX range is going to be treated as just a regular ol' response, just like 404. (You could serve an entire site with all responses set to status=404, and be fine... other than probably never getting any cache…
Re: HTTP Cats
#25Re: HTTP Cats
#26Do any browsers recognize a 420 response code?
Your browser (if you're using one of the "usual ones") doesn't really do much with the response's status code if it doesn't match a few specific ones for redirecting/caching/protocol shenanigans. Anything in the 4XX range is going to be treated as just a regular ol' response, just like 404. (You could serve an entire site with all responses set to status=404, and be fine... other than probably never getting any cache…
I successfully wrote a bot that would bypass it all, but it was weird, and became a slight challenge since I couldn't rely on response codes to determine if I succeeded. When I solved the challenge, it would return a 400 Bad Request while serving me the content I was looking for.
Re: HTTP Cats
#27Re: HTTP Cats
#28Re: HTTP Cats
#29Why is the quality of the pictures so low?
Re: HTTP Cats
#30(Every web site I've built in the last ten years has a series of conditions that combined will trigger a 418.)