Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cronExecute() {
- var url = "URLBOTAGAN.com/xxx.php";
- var options = {
- "method" : "get",
- "headers" : {'User-Agent' : 'Mozilla Firefox 14.0',
- 'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
- },
- "payload" : "",
- "contentType" : "application/xml; charset=utf-8"
- };
- var request_starttime = new Date();
- // fetch the HTTP / HTTPS request and get the response
- var response = UrlFetchApp.fetch(url,options);
- var request_endtime = new Date();
- }
Advertisement
Add Comment
Please, Sign In to add comment