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

1 answer

Sort by: Most helpful
  1. Camilo Santana 0 Reputation points
    2025-10-24T21:31:59.88+00:00

    I have the same problem. Why isn't the recommendation public? the partial match operators don't work. I can only use "Equals Any" which is too broad for our use.

    0 comments No comments

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.