is it possible to create rewrite rule in IIS based on server variable matching (instead of URL matching)?
something like this
if servervariable="{HTTP_DISGUISED_HOST}" is matching "abc",
rewrite url="http://www.anothersite.com/{R:0}"
thanks in advance