Request Rewrite
Request Rewrite#
During this phase, the incoming request's URL is modified. This phase is often utilised to correct old URLs, redirect traffic to new endpoints, or improve URLs for search engine optimisation.
Example: Converting an old URL format example.com/contentID=12345
to a more concise
format example.com/content/12345
.
Actions#
- http.request.uri.set - Adjusts the URI for the current request.
Fields#
Available fields in the Request Rewrite phase: