Advertisement
Guest User

Untitled

a guest
May 25th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. GET /api/something/1 HTTP/1.1
  2. Host: 127.0.0.1:8380
  3. Connection: keep-alive
  4. Pragma: no-cache
  5. Cache-Control: no-cache
  6. Origin: http://127.0.0.1:8080
  7. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
  8. Accept: application/json, text/plain, */*
  9. withCredentials: true
  10. SuppressBrowserLogin: true
  11. crossDomain: true
  12. Referer: http://127.0.0.1:8080/
  13. Accept-Encoding: gzip, deflate, sdch
  14. Accept-Language: en-US,en;q=0.8,eu;q=0.6
  15.  
  16. HTTP/1.1 401 Unauthorized
  17. Server: Apache-Coyote/1.1
  18. Pragma: No-cache
  19. Cache-Control: no-cache
  20. Expires: Thu, 01 Jan 1970 10:00:00 AEST
  21. WWW-Authenticate: X-Basic realm="Foo Bar"
  22. Access-Control-Allow-Origin: http://127.0.0.1:8080
  23. Access-Control-Allow-Credentials: true
  24. Access-Control-Allow-Headers: crossDomain, withCredentials, Authorization, Content-Type, Access-Control-Request-Headers, Set-Cookie, Cookie, Origin, SuppressBrowserLogin
  25. Content-Type: text/html;charset=utf-8
  26. Transfer-Encoding: chunked
  27. Content-Encoding: gzip
  28. Vary: Accept-Encoding
  29. Date: Thu, 26 May 2016 00:04:07 GMT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement