| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <HTML>
- <HEAD>
- <TITLE>412 Precondition Failed</TITLE>
- <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
- <style>
- @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
- body {
- font-family: 'Open Sans', sans-serif;
- color: #444;
- font-weight: 300;
- text-align: center;
- }
- h1 {
- font-weight: 300;
- font-size: 100px;
- }
- h1 i {
- font-style: normal;
- display: block;
- font-size: 200px;
- color:orangered;
- }
- a:link {
- color: orangered;
- text-decoration: none;
- }
- ADDRESS {
- font-style: normal;
- }
- p {
- font-size: 20px;
- max-width: 800px;
- margin: 10px auto;
- } hr {
- margin: 20px 20px;
- display: block;
- }
- @media all and (max-width: 700px){
- h1 {
- font-size: 36px;
- }
- h1 i {
- font-size: 80px;
- }
- }
- </style>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </HEAD>
- <BODY>
- <H1><i>412</i>Precondition Failed</H1>
- <p>The request was not completed due to preconditions that are set in the request header.</p>
- <P>
- Preconditions prevent the requested method from being applied to a resource other than the one intended.
- </p>
- <p>
- If you want to report this error click <a href="mailto:matschinermax@gmail.com">here</a>.
- </p>
- <HR>
- <ADDRESS>
- Web Server at linkom.at, Linkomat GmbH, Goldschlagstraße 110/30, AT-1150 Wien
- </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.
- -->
|