π§ Redirect requests β
Work in progress
Redirect support is under development. Headerly currently supports only the simplest case: redirecting one complete URL to another complete URL.
Future versions will support regex substitution and URL transformations for replacing individual components such as the path, host, or query.
Use a Redirect profile to send matching requests to one fixed URL.
- Create a
redirectprofile. - Enter an absolute HTTP or HTTPS destination in Simple redirect URL.
- Add conditions that identify the source requests.
- Enable the profile and load a matching URL.
- Confirm the final URL and requested resource in Developer Tools.
The destination is used as written.
Redirect loops
Ensure the destination does not also match the source conditions unless another condition breaks the cycle.
See Redirect reference.