Advertisement
Guest User

Untitled

a guest
May 16th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. $ curl --trace-asci - http://beside/rest/p/jcltest/cyrepoapi/examplex
  2. == Info: About to connect() to beside port 80 (#0)
  3. == Info: Trying 184.72.2.32...
  4. == Info: connected
  5. == Info: Connected to beside (184.72.2.32) port 80 (#0)
  6. => Send header, 184 bytes (0xb8)
  7. 0000: GET /rest/p/jcltest/cyrepoapi/examplex HTTP/1.1
  8. 0031: User-Agent: curl/7.25.0 (x86_64-apple-darwin11.3.0) libcurl/7.25
  9. 0071: .0 OpenSSL/1.0.1b zlib/1.2.7 libidn/1.22
  10. 009b: Host: beside
  11. 00a9: Accept: */*
  12. 00b6:
  13. <= Recv header, 17 bytes (0x11)
  14. 0000: HTTP/1.1 200 OK
  15. <= Recv header, 21 bytes (0x15)
  16. 0000: Server: nginx/1.0.5
  17. <= Recv header, 37 bytes (0x25)
  18. 0000: Date: Thu, 17 May 2012 00:48:00 GMT
  19. <= Recv header, 40 bytes (0x28)
  20. 0000: Content-Type: text/html; charset=utf-8
  21. <= Recv header, 28 bytes (0x1c)
  22. 0000: Transfer-Encoding: chunked
  23. <= Recv header, 24 bytes (0x18)
  24. 0000: Connection: keep-alive
  25. <= Recv header, 18 bytes (0x12)
  26. 0000: Pragma: no-cache
  27. <= Recv header, 25 bytes (0x19)
  28. 0000: Cache-Control: no-cache
  29. <= Recv header, 114 bytes (0x72)
  30. 0000: Set-cookie: _session_id=c2e1a9e1729eaf75406f29b3fe01e12d5e14a104
  31. 0040: adea03bae62c120bfe722ceda56e6d1c1dd9dbd7; Path=/
  32. <= Recv header, 2 bytes (0x2)
  33. 0000:
  34. <= Recv data, 186 bytes (0xba)
  35. 0000: af
  36. 0004: . <html>. <head>. <title>Server Error</title>. .
  37. 0044: </head>. <body>. <h1>Server Error</h1>. An internal ser
  38. 0084: ver error occurred. . </body>. </html>
  39. 00b5: 0
  40. 00b8:
  41.  
  42. <html>
  43. <head>
  44. <title>Server Error</title>
  45.  
  46. </head>
  47. <body>
  48. <h1>Server Error</h1>
  49. An internal server error occurred
  50.  
  51. </body>
  52. </html>== Info: Connection #0 to host beside left intact
  53. == Info: Closing connection #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement