Guest User

Untitled

a guest
Jan 2nd, 2018
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. r = requests.Session()
  2. theaders = {
  3. 'accept': '*/*',
  4. 'content-type': 'application/x-www-form-urlencoded',
  5. 'accept-encoding': 'br, gzip, deflate',
  6. 'user-agent': 'mobile_mrp_mrporter/6.8.6 (iPhone; iOS 11.2.1; Scale/3.00)',
  7. 'accept-language': 'en-US;q=1',
  8. 'content-length': '58'
  9.  
  10. }
  11.  
  12. tdata = "j_password=password&j_username=user@gmail.com"
  13. test = r.post('https://www.mrporter.com/am/api/auth/login.json',data = tdata,headers=theaders)
  14.  
  15. {
  16. "response": "SIGNED_IN"
  17. }
Add Comment
Please, Sign In to add comment