Guest User

Untitled

a guest
Aug 24th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. method: 'POST',
  2. headers: { 'content-type': 'application/x-www-form-urlencoded' },
  3. body: {
  4. grant_type : 'password',
  5. username: 'c2Fp',
  6. password: 'c2Fp',
  7. client_id: 'mobileapp'
  8. }
  9. url: http://192.168.136.141:9810/token
Add Comment
Please, Sign In to add comment