Azure WAF exclude specific content-type header

eenchev 10 Reputation points
2025-09-19T08:56:07.43+00:00

Hi community,

I am trying to make an exclusion for a ruleid which is triggered for [REQUEST_HEADERS:Content-Type:application/scim+json; charset=UTF-8]}. It seems pretty straightforward:

  • Match on RequestHeaderValues contains: scim+json

However the rule continues to be triggered. It seems the exclusion is not working at all. Also tried by changing the match for RequestHeaderName contains 'scim+json' but still no success. If I use a match for Content-type it will basically allow any content-type which is not the purpose.

I will appreciate any advise if someone has done this.

Azure Web Application Firewall
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.