Hi All,
I want to test HTTP VERB "trace" is disabled at application level. for this i set below code in webconfig
<verbs allowUnlisted="true">
<add verb="Trace" allowed="false" />
Now How can I test it that whether Trace is disabled or not?
Hi All,
I want to test HTTP VERB "trace" is disabled at application level. for this i set below code in webconfig
<verbs allowUnlisted="true">
<add verb="Trace" allowed="false" />
Now How can I test it that whether Trace is disabled or not?