| sample rule | matched requests | comments |
|---|---|---|
| local | local.xx.com/path/xhr localhost/path/jsonp |
if the host contains the rule, it is matched |
| /^$/ | /path/xhr /path/jsonp |
if the rule starts and ends with a slash, it is a regular expression |