eager-solstice-56202
05/31/2023, 7:21 PMpublic:
cors:
allow_credentials: true
allowed_headers:
- Accept
- Content-Type
- Content-Length
- Accept-Language
- Content-Language
- Authorization
allowed_methods:
- POST
- GET
- PUT
- PATCH
- DELETE
- CONNECT
- HEAD
- OPTIONS
- TRACE
allowed_origins:
- <https://admin.mydomain.com>
- https://*.<http://mydomain.com|mydomain.com>
debug: false
enabled: true
exposed_headers:
- Cache-Control
- Expires
- Last-Modified
- Pragma
- Content-Length
- Content-Language
- Content-Type
max_age: 0
{
"client_id": "a8b4df79-XXXXXXXX",
"allowed_cors_origins": [
"<https://admin.mydomain.com>"
],
}