Guest User

Untitled

a guest
Jan 31st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "error": "unauthorized",
  3. "error_description": "Full authentication is required to access this resource"
  4. }
  5.  
  6. POST /gigy/oauth/token HTTP/1.1
  7. Host: localhost:8000
  8. Content-Type: application/x-www-form-urlencoded
  9. Authorization: Basic Z2lneTpzZWNyZXQ=
  10. Cache-Control: no-cache
  11. Postman-Token: 19ef4b4d-380b-2273-5d04-7ada3f7a7c85
  12.  
  13. grant_type=password&username=peter%40example.com&password=password
Add Comment
Please, Sign In to add comment