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