javascript - While call function I got this error HttpUserAgent.Errors.SendRequestFailure -
i got httpuseragent.errors.sendrequestfailure
error while try call function. works fine when use http when try call https url side httpuseragent.errors.sendrequestfailure
error.
function process() { var ua = new httpuseragent(); script.log("test"); var resp = ua.request("http://www.google.com"); //var resp = ua.request("https://www.irctc.co.in"); script.log("test1"); return resp; }
i following error:
Comments
Post a Comment