Guest User

Untitled

a guest
Jun 17th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $http.get('https://bob:pass123@test.com/auth')
  2.  
  3. var user = {
  4. username : "bob",
  5. password : "pass123"
  6. }
  7. $http.post('https://test.com/auth', { user: user }, { ignoreAuthModule: true })
Add Comment
Please, Sign In to add comment