EdgeVirtualServiceCookieMatch

EdgeVirtualServiceCookieMatch
EdgeVirtualServiceCookieMatch

Defines an HTTP cookie match criterion.

JSON Example
{
    "matchCriteria": "string",
    "key": "string",
    "value": "string"
}
string As ^(?!\s+$).+
matchCriteria
Required

Criterion to use for matching cookies in the HTTP request. Options - EXISTS, DOES_NOT_EXIST, BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL.

string As ^(?!\s+$).+
key
Required

Name of the HTTP cookie whose value is to be matched. Must be non-blank and fewer than 10240 characters.

string
value
Optional

String values to match for an HTTP cookie. Must be fewer than 10240 characters.