@@ -25,29 +25,29 @@ In this guide you will learn to create a Rewrite set for your Application Gatewa
25
25
1 . Select Rewrites in the left pane.
26
26
1 . Select Rewrite set.
27
27
1 . Under the Name and Association tab
28
- 1 . Specify a name for this new rewrite set.
29
- 1 . Select the routing rule(s) for which you wish to rewrite the ApplicationGatewayAffinity cookie's flag.
30
- 1 . Select Next.
28
+ 1 . Specify a name for this new rewrite set.
29
+ 1 . Select the routing rule(s) for which you wish to rewrite the ApplicationGatewayAffinity cookie's flag.
30
+ 1 . Select Next.
31
31
1 . Select "Add rewrite rule"
32
- 1 . Enter a name for the rewrite rule.
33
- 1 . Enter a numeric value for Rule Sequence field.
32
+ 1 . Enter a name for the rewrite rule.
33
+ 1 . Enter a numeric value for Rule Sequence field.
34
34
1 . Select "Add condition"
35
35
1 . Now open the "If" condition box and use the following details.
36
- 1 . Type of variable to check - HTTP header
37
- 1 . Header type - Response header
38
- 1 . Header name - Common header
39
- 1 . Common header - Set-Cookie
40
- 1 . Case-sensitive - No
41
- 1 . Operator - equal (=)
42
- 1 . Pattern to match - (.* )
43
- 1 . Select Ok to save these details.
36
+ 1 . Type of variable to check - HTTP header
37
+ 1 . Header type - Response header
38
+ 1 . Header name - Common header
39
+ 1 . Common header - Set-Cookie
40
+ 1 . Case-sensitive - No
41
+ 1 . Operator - equal (=)
42
+ 1 . Pattern to match - (.* )
43
+ 1 . Select Ok to save these details.
44
44
1 . Go to the Then box to specify action details.
45
- 1 . Rewrite type - Response header
46
- 1 . Action type - Set
47
- 1 . Header name - Common header
48
- 1 . Common header - Set-Cookie
49
- 1 . Header value - {http_resp_Set-Cookie_1}; HttpOnly ; Secure
50
- 1 . Select Ok
45
+ 1 . Rewrite type - Response header
46
+ 1 . Action type - Set
47
+ 1 . Header name - Common header
48
+ 1 . Common header - Set-Cookie
49
+ 1 . Header value - {http_resp_Set-Cookie_1}; HttpOnly ; Secure
50
+ 1 . Select Ok
51
51
1 . Select Update to save the rewrite set configurations.
52
52
53
53
0 commit comments