request-uri_too_long.html 1.0 KB

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