Skip to content

Commit a078b3a

Browse files
APPS-4420 - Preserve route and don't rewrite request (#569)
* APPS-4420 - Preserve route and don't rewrite request * Update app_route_spec.yml * Update specification/resources/apps/models/app_route_spec.yml Co-authored-by: Cesar Garza <[email protected]> Co-authored-by: Cesar Garza <[email protected]>
1 parent bd06a13 commit a078b3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/resources/apps/models/app_route_spec.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ properties:
66
all components within an app.
77
type: string
88
example: /api
9+
preserve_path_prefix:
10+
description: An optional flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component. For example, a component with `path=/api` will have requests to `/api/list` trimmed to `/list`. If this value is `true`, the path will remain `/api/list`.
11+
type: boolean
12+
example: true

0 commit comments

Comments
 (0)