したがって、wibble のユーザー エージェントがない場合は、rsstest/test.xml にアクセスして article.xml に転送できるはずです。
なぜこれが機能しないのですか?
<rule name="df" patternSyntax="ExactMatch" stopProcessing="true">
<match url="^rsstest/test.xml" negate="true" />
<conditions>
<add input="{HTTP_USER_AGENT}" pattern="Wibble" negate="true" />
</conditions>
<action type="Rewrite" url="article.xml" />
</rule>
前もって感謝します