Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save atomkirk/5717868 to your computer and use it in GitHub Desktop.
Save atomkirk/5717868 to your computer and use it in GitHub Desktop.
What HTTPS status codes mean in english

My co-worker Parker Wightman:

I see it like this:

2XX = All's well

4XX = You screwed up

5XX = We screwed up

If they provide the wrong id, it means they screwed up, not us, so it should be a 4XX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment