Advertisement
Guest User

Andreas Marschke

a guest
Jun 27th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. root@cirrus:~# telnet localhost 8773
  2. Trying 127.0.0.1...
  3. Connected to localhost.
  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 request syntax ('get').
  13. <p>Error code explanation: 400 = Bad request syntax or unsupported method.
  14. </body>
  15. Connection closed by foreign host.
  16. root@cirrus:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement