Guest User

Untitled

a guest
Sep 24th, 2018
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var xhr = Titanium.Network.createHTTPClient();
  2.  
  3. // Set the property on http client, BEFORE OPEN
  4. xhr.username = "ausername";
  5. xhr.password = "apassword@1234";
  6. xhr.domain = "adomain";
  7. xhr.setRequestHeader('Content-Type', "application/json; charset=utf-8");
Add Comment
Please, Sign In to add comment