Minor edits to Release Notes

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
Jeff Apple 2022-08-16 09:31:46 -07:00 committed by GitHub
parent d79368a866
commit 081afac966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -27,12 +27,8 @@ description: >-
- **URL Path Prefix Rewrite**
This release introduces support for rewriting a URL's path prefix when routing
HTTP traffic. This is configured by adding a `URLRewrite` filter to a
`HTTPRoute`. With this feature, the gateway can rewrite the URL path, in a
client's HTTP Request, before sending the request to a service. A simple
example of this is changing the path from `//store/checkout` to
`//cart/checkout`. Please see the product documentation for details on how to
configure this feature.
HTTP traffic. To use this functionality, add a `URLRewrite` filter to an
`HTTPRoute` configuration. This enables the gateway to rewrite the URL path in a client's HTTP request before sending the request to a service. For example, you could configure the gateway to change the path from `//store/checkout` to `//cart/checkout`. Refer to the [usage documentation](/docs/api-gateway/usage) for additional information.
## What Has Changed