LBHttpRequestCookieCondition
LBHttpRequestCookieCondition
This condition is used to match HTTP request messages by cookie which is a specific type of HTTP header. The match_type and case_sensitive define how to compare cookie value.
AllOf
JSON Example
{
"inverse": false,
"type": "string",
"case_sensitive": false,
"cookie_name": "string",
"cookie_value": "string",
"match_type": "string"
}