Guest User

Untitled

a guest
Aug 7th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. X-Session →1948c514b7e5669c284e85d6f612f9bd491
  2. X-Session-Expiry →2038-08-02T09:19:03+00:00
  3.  
  4. login(username, password) {
  5. const data = {
  6. username: username,
  7. password: password
  8. };
  9. const headers = new HttpHeaders();
  10. headers.set('Content-Type', 'application/json');
  11. return this.http.post(this.login_url, data, { headers: headers });
  12. }
Add Comment
Please, Sign In to add comment