precondition_failed.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <HTML>
  2. <HEAD>
  3. <TITLE>412 Precondition Failed</TITLE>
  4. <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
  5. </HEAD>
  6. <BODY>
  7. <H1>Precondition Failed</H1>
  8. The request was not completed due to preconditions that are set in the request header.<P>
  9. Preconditions prevent the requested method from being applied to a resource other than the one intended.<P>
  10. <HR>
  11. <ADDRESS>
  12. Web Server at linkom.at
  13. </ADDRESS>
  14. </BODY>
  15. </HTML>
  16. <!--
  17. - Unfortunately, Microsoft has added a clever new
  18. - "feature" to Internet Explorer. If the text of
  19. - an error's message is "too small", specifically
  20. - less than 512 bytes, Internet Explorer returns
  21. - its own error message. You can turn that off,
  22. - but it's pretty tricky to find switch called
  23. - "smart error messages". That means, of course,
  24. - that short error messages are censored by default.
  25. - IIS always returns error messages that are long
  26. - enough to make Internet Explorer happy. The
  27. - workaround is pretty simple: pad the error
  28. - message with a big comment like this to push it
  29. - over the five hundred and twelve bytes minimum.
  30. - Of course, that's exactly what you're reading
  31. - right now.
  32. -->