Skip to content

Commit 0ef28d2

Browse files
Update how-to-path-header-query-string-routing-gateway-api.md
1 parent 26c8a44 commit 0ef28d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-path-header-query-string-routing-gateway-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Once the gateway has been created, create an HTTPRoute.
158158
159159
In this example, the following behavior is observed:
160160
1. Path based routing: Client request sent to http://frontend-fqdn/bar will be routed to backend-v2 service
161-
2. Querystring + header + path routing: Client request sent to http://frontend-fqdn/some/thing?great=example with a header key/value part of "magic: foo" will be routed to backend-v2 service.
161+
2. Query string + header + path routing: Client request sent to http://frontend-fqdn/some/thing?great=example with a header key/value part of "magic: foo" will be routed to backend-v2 service.
162162
3. If neither of the first two scenarios are satisfied, Application Gateway for Containers routes the request to backend-v1 service.
163163
164164
```bash
@@ -259,7 +259,7 @@ curl http://$fqdn/bar
259259

260260
Notice the container serving the request is backend-v2.
261261

262-
### Querystring + header + path routing
262+
### Query string + header + path routing
263263
In this scenario, the client request sent to http://frontend-fqdn/some/thing?great=example with a header key/value part of "magic: foo" will be routed to backend-v2 service.
264264

265265
Run the following command:

0 commit comments

Comments
 (0)