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: enter image description here


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -