Guest User

Output on server

a guest
Dec 5th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. request headers
  2. POST /login.php HTTP/1.1
  3. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
  4. Host: www.facebook.com
  5. Accept-Encoding: gzip
  6. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  7. Connection: Keep-Alive
  8. Content-type: application/x-www-form-urlencoded;charset=UTF-8
  9. Accept-Language: en-us,en;q=0.5
  10. Keep-Alive: 300
  11. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  12. Content-Length: -1
  13. Expect: 100-continue
  14.  
  15. response
  16. HTTP/1.1 400 Bad Request
  17. Content-Type: text/html; charset=utf-8
  18. Connection: close
  19. Content-Length: 2131
  20.  
  21. $html
  22. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  23. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  24. <html xmlns="http://www.w3.org/1999/xhtml"
  25. xml:lang="en" lang="en" id="facebook">
  26. <head>
  27. <title>Facebook | Error</title>
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <meta http-equiv="Cache-Control" content="no-cache" />
  30. <meta name="robots" content="noindex,nofollow" />
  31. <style type="text/css">
  32. html, body {
  33. margin: 0px;
  34. padding: 0px;
  35. text-align: center;
  36. font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  37. color: #333333;
  38. }
  39.  
  40. a.menu {
  41. margin: auto;
  42. position: relative;
  43. display: block;
  44. width: 964px;
  45. height: 29px;
  46. background: #3B5998 url('https://s-static.ak.fbcdn.net/common/error.png')
  47. top center no-repeat;
  48. }
  49.  
  50. .core {
  51. text-align: left;
  52. margin: auto;
  53. width: 904px;
  54. padding: 1em 0em;
  55. }
  56.  
  57. h1 {
  58. font-size: 18px;
  59. }
  60.  
  61. p {
  62. font-size: 13px;
  63. }
  64.  
  65. .footer {
  66. border-top: 1px solid #DDDDDD;
  67. color: #777777;
  68. float: left;
  69. width: 904px;
  70. padding: 5px 8px 6px 0;
  71. font-size: 11px;
  72. }
  73. </style>
  74. <script type="text/javascript" charset="utf-8">
  75. function back() {
  76. if (1 < history.length) {
  77. history.back();
  78. return false;
  79. }
  80. return true;
  81. }
  82. </script>
  83. </head>
  84. <body>
  85. <a class="menu" href="http://www.facebook.com/"></a>
  86. <div class="core">
  87. <h1>Sorry, something went wrong.</h1>
  88. <p>We're working on getting this fixed as soon as we can.</p>
  89. <p><a onclick="return back();" href="http://www.facebook.com/">Go Back</a></p>
  90. <div class="footer" id="pagefooter_copyright">
  91. Facebook &copy;
  92. 2012
  93. &#183;
  94. <a href="http://www.facebook.com/help/">Help</a>
  95. </div>
  96. </div>
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment