GradientEdge CDK Utils
    Preparing search index...

    CORS policy configuration for API Management

    interface ApiManagementCors {
        allowCredentials: boolean;
        allowedHeaders: string[];
        allowedMethods: string[];
        allowedOrigins?: string[];
        enableCors: boolean;
        originSubdomain?: string;
    }
    Index

    Properties

    allowCredentials: boolean

    Allow credentials in cross-origin requests

    allowedHeaders: string[]

    List of allowed HTTP headers

    allowedMethods: string[]

    List of allowed HTTP methods

    allowedOrigins?: string[]

    Explicit list of allowed origins; takes precedence over originSubdomain

    enableCors: boolean

    Enable CORS policy on the API Management service

    originSubdomain?: string

    Subdomain used to auto-generate per-locale allowed origins