Skip to main content
Add more details
Source Link
burnersk
  • 2.2k
  • 7
  • 27
  • 41

To end this: No it is not safe to use that status code. See comments for details.

308 is not a standard - it's a proposal, still in the experimental stage. Browers should fall back to a 300 interpretation of any 301-399 error that they don't specifically understand.

Some browsers just fail completely on that status code.

To end this: No it is not safe to use that status code. See comments for details.

To end this: No it is not safe to use that status code. See comments for details.

308 is not a standard - it's a proposal, still in the experimental stage. Browers should fall back to a 300 interpretation of any 301-399 error that they don't specifically understand.

Some browsers just fail completely on that status code.

Source Link
burnersk
  • 2.2k
  • 7
  • 27
  • 41

To end this: No it is not safe to use that status code. See comments for details.