Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var package = {"name":"test1111", "pass":"test"};
  2.  
  3.         var config = {
  4.             headers: {
  5.               'Content-Type': 'application/json',
  6.               'Accept': 'application/json'
  7.             },
  8.           };
  9.          
  10.           $http.post('http://favorhive.dev.dd:8083/user/login', package, config)
  11.           .success(function(data, status, headers, config) {
  12.             console.log(data);
  13.             console.log(status);
  14.             console.log(headers);
  15.           });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement