Advertisement
Guest User

Untitled

a guest
Nov 6th, 2016
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1.  
  2. Created GET request for "http://localhost:8080/rest/card/1"
  3. Setting request Accept header to [application/json, application/*+json]
  4. CookieSpec selected: default
  5. Auth cache not set in the context
  6. Connection request: [route: {}->http://localhost:8080][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
  7. Connection leased: [id: 0][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
  8. Opening connection {}->http://localhost:8080
  9. Connecting to localhost/127.0.0.1:8080
  10. Connection established 127.0.0.1:46530<->127.0.0.1:8080
  11. http-outgoing-0: set socket timeout to 10000000
  12. Executing request GET /rest/card/1 HTTP/1.1
  13. Target auth state: UNCHALLENGED
  14. Proxy auth state: UNCHALLENGED
  15. http-outgoing-0 >> GET /rest/card/1 HTTP/1.1
  16. http-outgoing-0 >> Accept: application/json, application/*+json
  17. http-outgoing-0 >> Host: localhost:8080
  18. http-outgoing-0 >> Connection: Keep-Alive
  19. http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_101)
  20. http-outgoing-0 >> Accept-Encoding: gzip,deflate
  21. "GET /rest/card/1 HTTP/1.1[\r][\n]"
  22. "Accept: application/json, application/*+json[\r][\n]"
  23. "Host: localhost:8080[\r][\n]"
  24. "Connection: Keep-Alive[\r][\n]"
  25. "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_101)[\r][\n]"
  26. "Accept-Encoding: gzip,deflate[\r][\n]"
  27. "[\r][\n]"
  28. "HTTP/1.1 401 [\r][\n]"
  29. "X-Content-Type-Options: nosniff[\r][\n]"
  30. "X-XSS-Protection: 1; mode=block[\r][\n]"
  31. "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
  32. "Pragma: no-cache[\r][\n]"
  33. "Expires: 0[\r][\n]"
  34. "X-Frame-Options: DENY[\r][\n]"
  35. "Content-Type: application/json;charset=UTF-8[\r][\n]"
  36. "Transfer-Encoding: chunked[\r][\n]"
  37. "Date: Sun, 06 Nov 2016 12:12:14 GMT[\r][\n]"
  38. "[\r][\n]"
  39. "82[\r][\n]"
  40. "{"timestamp":"2016-11-06T12:12:14.554+0000","status":401,"error":"Unauthorized","message":"Unauthorized","path":"/rest/card/1"}[\r][\n]"
  41. http-outgoing-0 << HTTP/1.1 401
  42. http-outgoing-0 << X-Content-Type-Options: nosniff
  43. http-outgoing-0 << X-XSS-Protection: 1; mode=block
  44. http-outgoing-0 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  45. http-outgoing-0 << Pragma: no-cache
  46. http-outgoing-0 << Expires: 0
  47. http-outgoing-0 << X-Frame-Options: DENY
  48. http-outgoing-0 << Content-Type: application/json;charset=UTF-8
  49. http-outgoing-0 << Transfer-Encoding: chunked
  50. http-outgoing-0 << Date: Sun, 06 Nov 2016 12:12:14 GMT
  51. Connection can be kept alive indefinitely
  52. Authentication required
  53. localhost:8080 requested authentication
  54. Response contains no authentication challenges
  55. GET request for "http://localhost:8080/rest/card/1" resulted in 401 (); invoking error handler
  56. http-outgoing-0 << "0[\r][\n]"
  57. http-outgoing-0 << "[\r][\n]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement