CSV rule file examples
Edge Redirector CSV example
Here's an example of a CSV file for uploading Edge Redirector Cloudlet rules:

Request Header match example
Here is an example of a CSV file that includes rules using the Request Header match type:

This table summarizes the syntax demonstrated in each of these rules:
Rule Type | Syntax Demonstrated |
---|---|
Browser version rule | Escaped spaces (\ ), wildcards (*), and multiple values (space separated values) |
API Request | contentType=… |
Text Request | contentType:… (use of colon and escaped space) |
contentType
exists |
matchOperator=”exists” (CSV: ?) Request header name-only, no colon/equals, and no value |
No
contentType
exists |
Negation (CSV: ‘!’) of header contentType existence |