I have a page scraper being used to grabbing content from a subdirectory of the site and my rewrite rules are interfering with the content grabbing. For example, the scraper is grabbing the content of the old version of the site:
/catalog/catalog.asp?page=23§ion=14
And then use that to populate the new version:
/PartsBook/Catalog.aspx?page=23§ion=14
In addition to prepopulating the new site with this content I'm redirecting the old urls for people that have them book marked to the new url. The problem with that is that it is causing the scraper to try to read the new page rather than the old. Is there any way to use a rule condition to limit the rule to only affecting non-local requests?