Why do server error codes start at 1xx and not at 0xx?HTTP 1.0 vs 1.1HTTP status code for bad dataHTTP status code for update and delete?REST HTTP status codes for failed validation or invalid duplicatesimple HTTP server in Java using only Java SE APIHTTP response code for POST when resource already existsDifference between HTTP redirect codesPhp Server error caused by return ?:“http”Node.js EACCES error when listening on most portsPython Requests HTTP sub-codes response
Understanding integration over Orthogonal Group
Early arrival in Australia, early hotel check in not available
Smallest Guaranteed hash collision cycle length
Why is “Ich wusste, dass aus dir mal was wird” grammitally correct?
For the erase-remove idiom, why is the second parameter necessary which points to the end of the container?
Is a vector space automatically spacelike if it has a basis of spacelike vectors?
Why does getw return -1 when trying to read a character?
How are Core iX names like Core i5, i7 related to Haswell, Ivy Bridge?
Why was the Ancient One so hesitant to teach Dr. Strange the art of sorcery?
How to Access data returned from Apex class in JS controller using Lightning web component
How are one-time password generators like Google Authenticator different from having two passwords?
Can 'sudo apt-get remove [write]' destroy my Ubuntu?
Why was Thor doubtful about his worthiness to Mjolnir?
How to select certain lines (n, n+4, n+8, n+12...) from the file?
Can I make ravioli dough with only all-purpose flour or do I NEED semolina flour?
How does Howard Stark know this?
How does noise-cancellation work in Mac laptops?
What is the significance of 4200 BCE in context of farming replacing foraging in Europe?
Extrude the faces of a cube symmetrically along XYZ
What stroke width Instagram is using for its icons and how to get same results?
"Right on the tip of my tongue" meaning?
Is there a spell to protect inanimate objects?
When a land becomes a creature, is it untapped?
Proof that the inverse image of a single element is a discrete space
Why do server error codes start at 1xx and not at 0xx?
HTTP 1.0 vs 1.1HTTP status code for bad dataHTTP status code for update and delete?REST HTTP status codes for failed validation or invalid duplicatesimple HTTP server in Java using only Java SE APIHTTP response code for POST when resource already existsDifference between HTTP redirect codesPhp Server error caused by return ?:“http”Node.js EACCES error when listening on most portsPython Requests HTTP sub-codes response
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Why do server error codes start at 1xx and not at 0xx. I know 1xx, 2xx etc. have their own meaning, but why doesn't it start at 0xx ?
I read most of the HTTP protocol and browsed trough the error codes without any luck.
http server-error
add a comment |
Why do server error codes start at 1xx and not at 0xx. I know 1xx, 2xx etc. have their own meaning, but why doesn't it start at 0xx ?
I read most of the HTTP protocol and browsed trough the error codes without any luck.
http server-error
This approach is something of a defense against bad implementers. Do you write out50
or050
for the relevant status code? If it was50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).
– David Maze
Mar 23 at 12:23
add a comment |
Why do server error codes start at 1xx and not at 0xx. I know 1xx, 2xx etc. have their own meaning, but why doesn't it start at 0xx ?
I read most of the HTTP protocol and browsed trough the error codes without any luck.
http server-error
Why do server error codes start at 1xx and not at 0xx. I know 1xx, 2xx etc. have their own meaning, but why doesn't it start at 0xx ?
I read most of the HTTP protocol and browsed trough the error codes without any luck.
http server-error
http server-error
edited Mar 23 at 14:19
maanijou
668619
668619
asked Mar 23 at 12:01
Root_ishRoot_ish
44
44
This approach is something of a defense against bad implementers. Do you write out50
or050
for the relevant status code? If it was50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).
– David Maze
Mar 23 at 12:23
add a comment |
This approach is something of a defense against bad implementers. Do you write out50
or050
for the relevant status code? If it was50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).
– David Maze
Mar 23 at 12:23
This approach is something of a defense against bad implementers. Do you write out
50
or 050
for the relevant status code? If it was 50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).– David Maze
Mar 23 at 12:23
This approach is something of a defense against bad implementers. Do you write out
50
or 050
for the relevant status code? If it was 50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).– David Maze
Mar 23 at 12:23
add a comment |
1 Answer
1
active
oldest
votes
According to the link that you provided:
"The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit"
There is no real reason for this and it's just a standard. As a design matter it's better to deal with fixed digits. The characters are fixed. It's clear and easy to understand. Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313519%2fwhy-do-server-error-codes-start-at-1xx-and-not-at-0xx%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the link that you provided:
"The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit"
There is no real reason for this and it's just a standard. As a design matter it's better to deal with fixed digits. The characters are fixed. It's clear and easy to understand. Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
add a comment |
According to the link that you provided:
"The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit"
There is no real reason for this and it's just a standard. As a design matter it's better to deal with fixed digits. The characters are fixed. It's clear and easy to understand. Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
add a comment |
According to the link that you provided:
"The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit"
There is no real reason for this and it's just a standard. As a design matter it's better to deal with fixed digits. The characters are fixed. It's clear and easy to understand. Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
According to the link that you provided:
"The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for the first digit"
There is no real reason for this and it's just a standard. As a design matter it's better to deal with fixed digits. The characters are fixed. It's clear and easy to understand. Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
edited Mar 23 at 12:55
answered Mar 23 at 12:10
maanijoumaanijou
668619
668619
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
add a comment |
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Thnx for your respondse !
– Root_ish
Mar 23 at 12:15
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
Also it says that it must be 3 digits. having 0 for the first digit complicates things easily.
– maanijou
Mar 23 at 12:55
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313519%2fwhy-do-server-error-codes-start-at-1xx-and-not-at-0xx%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This approach is something of a defense against bad implementers. Do you write out
50
or050
for the relevant status code? If it was50
, is its first digit "5" or is it less than 100? Just starting at 100 avoids these questions (which aren't hard, but they're still a source of bugs).– David Maze
Mar 23 at 12:23