@@ -37,9 +37,9 @@ On the project level, you can only configure the following Headers:
37
37
|:-------------|:-------------:|:-----:
38
38
| ` allowed_origins ` | string[ ] | Access-Control-Allow-Origin
39
39
| ` allowed_headers ` | string[ ] | Access-Control-Allow-Headers
40
- | ` allowed_max_age ` | string (TTL in seconds) | Access-Control-Allowed- Max-Age
40
+ | ` allowed_max_age ` | string (TTL in seconds) | Access-Control-Max-Age
41
41
| ` credentials_allowed ` | bool | Access-Control-Allow-Credentials
42
- | ` exposed_headers ` | string[ ] | Access-Control-Exposed -Headers
42
+ | ` exposed_headers ` | string[ ] | Access-Control-Expose -Headers
43
43
44
44
On the route level, you can configure all of the projects configuration settings
45
45
and if the configuration of the route should either override the project
@@ -52,9 +52,9 @@ configuration (default) or merge it.
52
52
| ` explicit ` | bool | -
53
53
| ` allowed_origins ` | string[ ] | Access-Control-Allow-Origin
54
54
| ` allowed_headers ` | string[ ] | Access-Control-Allow-Headers
55
- | ` allowed_max_age ` | string (TTL in seconds) | Access-Control-Allowed- Max-Age
55
+ | ` allowed_max_age ` | string (TTL in seconds) | Access-Control-Max-Age
56
56
| ` credentials_allowed ` | bool | Access-Control-Allow-Credentials
57
- | ` exposed_headers ` | string[ ] | Access-Control-Exposed -Headers
57
+ | ` exposed_headers ` | string[ ] | Access-Control-Expose -Headers
58
58
59
59
The parameter ` overrides_project_configuration ` handles the way how the
60
60
configuration is being merged. The default setting is ` true ` to ensure that a
0 commit comments