Guest User

Untitled

a guest
Jun 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $.ajax({
  2. url:aurl,
  3. method:'GET',
  4. beforeSend:function(req) {req.setRequestHeader('Authorization', auth);},
  5. cache:false,
  6. dataType:"json",
  7. error:function() {...},
  8. success:function(t) {...}
  9. });
Add Comment
Please, Sign In to add comment