F5 Distributed Cloud - Service Policy - Header Matching Logic & Processing
Introduction
Who knows what an iRule is? iRules have been used by F5 BIG-IP customers for a quarter of a century! One of the most common use cases for iRules are for security decisions. If you'...
Updated Jan 16, 2024
Version 5.0MattHarmon
Employee
Joined May 21, 2019
Kyle_Twenty
Employee
Joined June 15, 2021
Nikoolayy1
Aug 30, 2023MVP
Nice article! Also for example if you want to match on Content-Type with a json keyword in it, you can use regex like (json*) for header value match. I have shown some of this in the article below but not for a service policy but the idea is the same and https://regex101.com/ is great place to check if the regex is correct.