Advertisement
Guest User

Untitled

a guest
Jul 15th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. root@tickets:/var/log/postgresql# telnet 127.0.0.1 8000
  2. Trying 127.0.0.1...
  3. Connected to 127.0.0.1.
  4. Escape character is '^]'.
  5. get /
  6. <head>
  7. <title>Error response</title>
  8. </head>
  9. <body>
  10. <h1>Error response</h1>
  11. <p>Error code 400.
  12. <p>Message: Bad HTTP/0.9 request type ('get').
  13. <p>Error code explanation: 400 = Bad request syntax or unsupported method.
  14. </body>
  15. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement