Advertisement
Guest User

Untitled

a guest
Feb 27th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head><title>400 Bad Request</title></head>
  4. <body><h1>400 Bad Request</h1>
  5. The grob must be in the frobber.
  6. </body>
  7. </html>
  8.  
  9. <% Response.Write String(513, "_") %>
  10.  
  11. <!doctype html>
  12. <html>
  13. <head><title>400 Bad Request</title></head>
  14. <body><h1>400 Bad Request</h1>
  15. The grob must be in the frobber.
  16.  
  17. <!--
  18. 512 bytes of padding to suppress Internet Explorer's "Friendly error messages"
  19.  
  20. From: HOW TO: Turn Off the Internet Explorer 5.x and 6.x "Show Friendly HTTP Error Messages" Feature on the Server Side
  21. http://support.microsoft.com/kb/294807
  22.  
  23. Several frequently-seen status codes have "friendly" error messages
  24. that Internet Explorer 5.x displays and that effectively mask the
  25. actual text message that the server sends.
  26. However, these "friendly" error messages are only displayed if the
  27. response that is sent to the client is less than or equal to a
  28. specified threshold.
  29. For example, to see the exact text of an HTTP 500 response,
  30. the content length must be greater than 512 bytes.
  31. -->
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement