bad_request.html 1.0 KB

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