Skip to content

Commit bcea663

Browse files
Merge pull request #291081 from jaesoni/headervaluematcher-info
Update rewrite-http-headers-url.md
2 parents 80dde74 + 02161fb commit bcea663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ You can use rewrite conditions to evaluate the content of HTTP(S) requests and r
5757

5858
An action can have the following value types or their combinations:
5959
* Text.
60-
* Request header's value - To use a captured request header value, specify the syntax as `{http_req_headerName}`.
61-
* Response header's value - To use a captured response header value from the preceding Condition, specify the syntax as `{http_resp_headerName}`. You can use `{capt_header_value_matcher}` when the value is captured from Action Set's "Set-Cookie" response header. Know more about [capture under Action set](#syntax-for-capturing).
60+
* Request header's value - To use a captured Request header's value, specify the syntax as `{http_req_headerName}`.
61+
* Response header's value - To use a captured Response header's value from the preceding Condition, specify the syntax as `{http_resp_headerName}`. The Rewrite Action block also supports the "Header Value Matcher" field for Set-Cookie header. This optional field lets you match as well as capture the value of a specific header when multiple Set-Cookie headers with the same name exist. To manipulate that specific cookie's captured value, you can then use `{capt_header_value_matcher}`. Know more about [capture under Action set](#syntax-for-capturing).
6262
* Server variable - To use a server variable, specify the syntax as `{var_serverVariable}`. [List of supported Server variables](#server-variables).
6363

6464
> [!Note]

0 commit comments

Comments
 (0)