Skip to content

Commit a7985c7

Browse files
authored
Update rewrite-http-headers-url.md
1 parent bf0e9f6 commit a7985c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ You can use rewrite conditions to evaluate the content of HTTP(S) requests and r
6161
* 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).
6262
* Server variable - To use a server variable, specify the syntax as `{var_serverVariable}`. [List of supported Server variables](#server-variables).
6363

64+
> [!Note]
65+
> The use of Header Value Matcher field {capt_header_value_matcher} is currently not supported through Portal. Therefore, you will need to continue to use a non-portal method for any PUT operations, if you are using this field.
66+
6467
When using an Action to rewrite a URL, the following operations are supported:
6568
* URL path: The new value to be set as the path.
6669
* URL Query String: The new value to which the query string must be rewritten.

0 commit comments

Comments
 (0)