We use VisualCron to check websites for up/down state at a set time everynight. If the site is up, the job completes. If the site is down or broken, we get the standard friendly error message (404, etc).
If the same procedure is followed manually, you can set Internet Explorer to show the code of the website that returned the error. Tools, Internet Options, Advanced, UNCHECK "Show Friendly HTTP Error Messages".
We want the ability in the VisualCron job. Any ideas? Since it is running as a service, how do we tell it to return the Non friendly http error message?
TIA