EdgeVirtualServiceSpecificHeaderMatch
EdgeVirtualServiceSpecificHeaderMatch
Defines an HTTP match criterion for a specific header.
JSON Example
{
"matchCriteria": "string",
"value": [
"string"
]
}
string As ^(?!\s+$).+
matchCriteria
Required
Criterion to use for matching headers and cookies in the HTTP request amd response. 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.
array of string
value
Optional
String values to match for an HTTP header.
Availability
Added in 38.0
Property Of
Used By