Skip to content

Commit 46bb924

Browse files
Edits
1 parent fed4001 commit 46bb924

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/create-instance-task-flex.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ To define the *Host* rule:
109109
+
110110
Header::::
111111
+
112-
Defines what headers must be present for this route to service the request.
112+
Defines what headers and regular expression value must be present for this route to service the request.
113113
+
114-
For this rule, you must define the header name and specify whether the header is present. Only requests that meet all of the specified header requirements are sent to this route. Additional headers present in the request that are not specifically defined in the rules are ignored.
114+
For this rule, you define the header name and a regular expression value. Only requests that meet all of the specified header requirements are sent to this route. Additional headers present in the request that are not specifically defined in the rules are ignored.
115115
+
116116
You can define up to 10 headers.
117117
+
118118
To define the *Headers* rule:
119119
+
120120
. Click *Add header*, if this is not your first header.
121121
. Enter the header name in the first box.
122-
. Enter `true` or `false` depending on whether the header must be present.
122+
. Enter the header's regular expresion value in the second box.
123123
+
124124
NOTE: To delete a header, click the *Trash Can* icon (image:trash-can-icon.png[2%,2%]).
125125

0 commit comments

Comments
 (0)