Skip to content

🚧 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.

  1. Create a redirect profile.
  2. Enter an absolute HTTP or HTTPS destination in Simple redirect URL.
  3. Add conditions that identify the source requests.
  4. Enable the profile and load a matching URL.
  5. 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.