Hi, I'm attempting to run a suite of automation tests which may result in the origin server going down. If it goes down I have a script which automatically restarts this. Currently I've allowed for this in my automation script by checking the HTTP response code. If the response code contains the string "Non HTTP response code" then I get the thread to sleep for 70s before issuing another request. This means that the test run will continue for the subsequent urls in the automation suite.
I'd prefer if it was possible to continually send a request to a status page if a "Non HTTP response code" is detected until a 200 OK is returned before continuing with the remainder of urls in the list. Has anyone any suggestions as to how I can best do this? Thanks, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

