Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. * Trying ::1...
  2. * TCP_NODELAY set
  3. * Connected to localhost (::1) port 8080 (#0)
  4. > GET /api/v1/character/name/myname HTTP/1.1
  5. > Host: localhost:8080
  6. > User-Agent: curl/7.54.0
  7. > Accept: */*
  8. >
  9. < HTTP/1.1 401
  10. < Set-Cookie: JSESSIONID=48BEF25FB879D5A08AFB411ABACD6C1C; Path=/; HttpOnly
  11. < WWW-Authenticate: Basic realm="Realm"
  12. < X-Content-Type-Options: nosniff
  13. < X-XSS-Protection: 1; mode=block
  14. < Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  15. < Pragma: no-cache
  16. < Expires: 0
  17. < X-Frame-Options: DENY
  18. < Content-Type: application/json;charset=UTF-8
  19. < Transfer-Encoding: chunked
  20. < Date: Tue, 20 Aug 2019 17:03:37 GMT
  21. <
  22. * Connection #0 to host localhost left intact
  23. {"timestamp":"2019-08-20T17:03:37.889+0000","status":401,"error":"Unauthorized","message":"Unauthorized","path":"/api/v1/character/name/myname"}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement