Learn TypeAuth’s request routing system. Configure URL transformations, handle path variables, and manage traffic flow to your origin servers.
TypeAuth’s routing system provides flexible URL transformation and request forwarding capabilities. It allows you to define how incoming requests are modified before being forwarded to your origin servers.
When an application doesn’t have a specific routing profile configured, TypeAuth uses default routing behavior:
Example:
Routing profiles allow you to customize how requests are transformed before forwarding.
You can define dynamic path segments using variables in curly braces {variable_name}
.
{variable_name}
Examples:
Variables can be used in:
Define different rules based on HTTP methods:
When multiple rules match a request:
For additional assistance or questions about routing configurations, please contact our support team or consult our API documentation for more detailed examples.
Learn TypeAuth’s request routing system. Configure URL transformations, handle path variables, and manage traffic flow to your origin servers.
TypeAuth’s routing system provides flexible URL transformation and request forwarding capabilities. It allows you to define how incoming requests are modified before being forwarded to your origin servers.
When an application doesn’t have a specific routing profile configured, TypeAuth uses default routing behavior:
Example:
Routing profiles allow you to customize how requests are transformed before forwarding.
You can define dynamic path segments using variables in curly braces {variable_name}
.
{variable_name}
Examples:
Variables can be used in:
Define different rules based on HTTP methods:
When multiple rules match a request:
For additional assistance or questions about routing configurations, please contact our support team or consult our API documentation for more detailed examples.