Get CORS configuration
applications
Get CORS configuration
Returns the current CORS configuration for the application’s backend API.
Get CORS configuration
Authorizations
Builder authentication and authorization
A unique identifier for the API Client making a request
Path Parameters
Response
The current CORS configuration
CORS (Cross-Origin Resource Sharing) configuration for the application's backend API
List of allowed origins that can make cross-origin requests to the backend API
Example:
[
"http://localhost:8080",
"https://app.example.com"
]