httpcats / http.cat

:cat: HTTP Cats API
https://http.cat
MIT License
2.93k stars 161 forks source link

A bunch of status codes are missing! #122

Open zurgeg opened 3 years ago

zurgeg commented 3 years ago

Here's a list of the ones I've found that aren't supported:

IIS

nginx

Cloudflare

AWS ELB

Note: I got all these from The Wikipedia Page

Ryuno-Ki commented 3 years ago

521 was added with https://github.com/httpcats/http.cat/pull/119/files

Perhaps worth adding a comment in those PRs linking to this issue for reference.

zurgeg commented 3 years ago

521 was added with https://github.com/httpcats/http.cat/pull/119/files

Perhaps worth adding a comment in those PRs linking to this issue for reference.

Oh, didn't see that one when I looked at that PR, thanks for the catch!

mechamogeo commented 3 years ago

Looking at the httpstatuses.com as a reference, has some more missing status like these of list bellow:

2×× Success

4×× Client Error

5×× Server Error

TIA, Geo :)

zurgeg commented 3 years ago

By the way, we should probably just copy 401 into 561, will create a PR for that

willnode commented 3 years ago

There are also upcoming 103 Early hints. Probably useless though.

UCYT5040 commented 2 years ago

195 too

Jamim commented 9 months ago

Hi there, I've checked the current state and found that some statuses mentioned in this issue (and not marked yet) were added already.