In order for some features on our website to work correctly with the URL rewriter, we have to change the target URL for some POST requests which will be coming from other sites. While we send out the correct URL to POST to, we need to be able to programmatically test to see if the URL rewriter is running, and change the URL accordingly. How can one determine in code, whether or not the rewriter is running?