I have a site where users get redirected if my main website goes down. The remote site does nothing but return a status code of 403 Forbidden and shows a custom error page that tells the user that the site is down. I would like to use SolarWinds to monitor this alternate site and make sure that is always serving the correct page. To do this, I am testing the page for a particular search string. However, when I use WPM or even an HTTP component to do this test, it always fails because of the 403 status code. How can I disregard the status code and force my monitor to match my search string against the page returned?