Skip to content

Commit ea2c51e

Browse files
authored
Merge pull request #127001 from changeworld/patch-16
Fix typo: requestor -> requester
2 parents 520fda6 + abb91f4 commit ea2c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Use the **URL redirect** action to redirect clients to a new URL. Clients are se
359359

360360
| Property | Supported values |
361361
|----------|------------------|
362-
| Redirect type | The response type to return to the requestor. <ul><li>In the Azure portal: Found (302), Moved (301), Temporary Redirect (307), Permanent Redirect (308).</li><li>In ARM templates: `Found`, `Moved`, `TemporaryRedirect`, `PermanentRedirect`</li></ul> |
362+
| Redirect type | The response type to return to the requester. <ul><li>In the Azure portal: Found (302), Moved (301), Temporary Redirect (307), Permanent Redirect (308).</li><li>In ARM templates: `Found`, `Moved`, `TemporaryRedirect`, `PermanentRedirect`</li></ul> |
363363
| Redirect protocol | <ul><li>In the Azure portal: `Match Request`, `HTTP`, `HTTPS`</li><li>In ARM templates: `MatchRequest`, `Http`, `Https`</li></ul> |
364364
| Destination host | The host name you want the request to be redirected to. Leave blank to preserve the incoming host. |
365365
| Destination path | The path to use in the redirect. Include the leading `/`. Leave blank to preserve the incoming path. |

0 commit comments

Comments
 (0)