Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bunch of status codes are missing! #122

Open
5 of 17 tasks
zurgeg opened this issue Jul 26, 2021 · 7 comments
Open
5 of 17 tasks

A bunch of status codes are missing! #122

zurgeg opened this issue Jul 26, 2021 · 7 comments

Comments

@zurgeg
Copy link
Contributor

zurgeg commented Jul 26, 2021

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

IIS

  • 440 Login Timeout
  • 449 Retry With

nginx

Cloudflare

  • 520 Web Server Returned an Unknown Error
  • 521 Web Server Is Down
  • 522 Connection Timed Out
  • 523 Origin Is Unreachable
  • 524 A Timeout Occurred
  • 525 SSL Handshake Failed
  • 526 Invalid SSL Certificate
  • 527 Railgun Error
  • 530

AWS ELB

  • 460
  • 463 (maybe an image of 30 cats trying to do into a box at once?)
  • 561 Unauthorized

Note: I got all these from The Wikipedia Page

@Ryuno-Ki
Copy link

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
Copy link
Contributor Author

zurgeg commented Jul 27, 2021

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
Copy link

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

2×× Success

4×× Client Error

  • 428 Precondition Required

5×× Server Error

  • 505 HTTP Version Not Supported

TIA, Geo :)

@zurgeg
Copy link
Contributor Author

zurgeg commented Aug 17, 2021

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

@willnode
Copy link

willnode commented Sep 2, 2021

tinubaby added a commit to tinubaby/http.cat that referenced this issue Dec 7, 2021
Issue: httpcats#122,  Added status codes 440,449, 495, 496
tinubaby added a commit to tinubaby/http.cat that referenced this issue Dec 8, 2021
@UCYT5040
Copy link

195 too

@Jamim
Copy link

Jamim commented Nov 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants