Reply to Message

View discussion in a popup

Replying to:
lurims
Enthusiast
Enthusiast

Can vRO help to test a website page is running

I would like to write a vro script that continuously checks if a website is up and running all the time.  Tried with vRO 8 but I got certificate error.  Anyone has already did this?  If so, could you share the idea/code?  I have tried with http get object in vRO, it did not work.

//Auto-generated script

var urlObject = new URL(url);
result = urlObject.getContent() ;
 
Reply
0 Kudos