Advertisement
Lucky134Lucky

Untitled

Mar 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. var settings = {
  2. "url": "http://new.shpp.me:9345/api/authenticate",
  3. "method": "POST",
  4. "headers": {
  5. "content-type": "application/x-www-form-urlencoded",
  6. },
  7. "data": {
  8. "username": "admin",
  9. "password": "adminyasha"
  10. }
  11. };
  12.  
  13. $.ajax(settings).done(function (response) {
  14. console.log(response);
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement