Skip to content

Commit f865eba

Browse files
Acrolinx
1 parent 1918cdd commit f865eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ status:
156156
157157
Once the gateway has been created, create an HTTPRoute.
158158
159-
In this example, the following behavior will be observed:
159+
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
161161
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.
162-
3. If neither of the first two scenarios are satisfied, Application Gateway for Containers will route the request to backend-v1 service.
162+
3. If neither of the first two scenarios are satisfied, Application Gateway for Containers routes the request to backend-v1 service.
163163
164164
```bash
165165
kubectl apply -f - <<EOF
@@ -247,7 +247,7 @@ Now we're ready to send some traffic to our sample application, via the FQDN ass
247247
fqdn=$(kubectl get gateway gateway-01 -n test-infra -o jsonpath='{.status.addresses[0].value}')
248248
```
249249

250-
By using the curl utility, we can validate 3 different behaviors:
250+
By using the curl command, we can validate three different scenarios:
251251

252252
1. Path based routing: Client request sent to http://frontend-fqdn/bar will be routed to backend-v2 service
253253

0 commit comments

Comments
 (0)