Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be from 1 to 255 characters.
Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be from 1 to 1024 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `UrlRewrite` class allows modification of the request path and host header before it is sent to the matched backend service."],["Version 3.6.0 is the latest version of `UrlRewrite` with multiple previous versions, ranging from 1.0.0 to 3.5.0, also documented and accessible."],["The `HostRewrite` property enables replacement of the request's host header with a custom value ranging from 1 to 255 characters."],["The `PathPrefixRewrite` property allows replacement of the matching part of the request's path with a new value, with a length limit of 1 to 1024 characters."],["The class `UrlRewrite` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]