Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var NewReq = new Script.Util.HttpRequest("https://my.url.service");
  2. NewReq .retries = 0;
  3. NewReq .timeout = 0;
  4. NewReq .continueOnError = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement