Skip to content

Commit e22cd34

Browse files
committed
Merge branch 'patch-58' of https://github.com/jessie-jyy/azure-docs-pr into afd-cipher
2 parents d4f7f5d + 9875283 commit e22cd34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/frontdoor/front-door-rules-engine.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ A rule set is a customized rules engine that groups a combination of rules into
3232
* Add, modify, or remove request/response header to hide sensitive information or capture important information through headers.
3333

3434
* Support server variables to dynamically change the request header, response headers, or URL rewrite paths/query strings. For example, when a new page load or when a form gets posted. Server variable is currently supported in **[rule set actions](front-door-rules-engine-actions.md)** only.
35+
* Populate or modify a response header based on a request header value (e.g., adding the same FQDN in Access-Control-Allow-Origin as the request Origin header).
36+
* Rename a response header generated by a cloud provider to a brand-specific one by adding a new response header and deleting the original.
37+
* Redirect to a destination host using a value captured from an incoming query string key/value pair in format of {http_req_arg_key1}.
38+
* Leverage URL path segment capture in URL redirect and rewrite, e.g. extract tenantID from your incoming URL path "/abc/<tenantID>/<otherID>/index.html” and insert elsewhere in the URL path by using "{url_path:seg1}" in the destination.
3539

3640
## Architecture
3741

0 commit comments

Comments
 (0)