Skip to content

Commit

Permalink
add verbage (#6025)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Apr 21, 2023
1 parent 4a14332 commit 19662d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ Add a more expansive Header sanitizer that uses a target group instead of filter
}
```

> Note: Regex strings are being passed as a member of a JSON object. As visible in the above example, escape characters must be _double escaped_. `\n` -> `\\n`. `\\` -> `\\\\`. Read the "string" description on [json.org](https://json.org) for more detail.
#### A note about where sanitizers apply

Each sanitizer is optionally prefaced with the **specific part** of the request/response pair that it applies to. These prefixes are
Expand Down

0 comments on commit 19662d4

Please sign in to comment.