Skip to content

Commit 65646d7

Browse files
salonichf5sjberman
andauthored
Update site/content/how-to/traffic-management/request-response-headers.md
Co-authored-by: Saylor Berman <[email protected]>
1 parent 3f40db7 commit 65646d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/how-to/traffic-management/request-response-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This HTTPRoute has a few important properties:
117117
- The `parentRefs` references the Gateway resource that we created, and specifically defines the `http` listener to attach to, via the `sectionName` field.
118118
- `echo.example.com` is the hostname that is matched for all requests to the backends defined in this HTTPRoute.
119119
- The `match` rule defines that all requests with the path prefix `/headers` are sent to the `headers` Service.
120-
- The filter used here is `RequestHeaderModifier` and it sets a new header `My-Overwrite-Header`, adds new headers `Accept-Encoding` and `My-cool-header` and removes `User-Agent` header.
120+
- The filter used here is `RequestHeaderModifier`, which sets the header `My-Overwrite-Header`, adds new headers `Accept-Encoding` and `My-cool-header`, and removes `User-Agent` header.
121121

122122

123123
### Send traffic to the Headers application

0 commit comments

Comments
 (0)