Documentation
    Preparing search index...

    Interface PajaTargetCorsDiagnostic

    Result of probing a target dev server for opaque-origin CORS support.

    interface PajaTargetCorsDiagnostic {
        allowOrigin: string | null;
        detail: string;
        hint: string | null;
        status: PajaTargetCorsStatus;
        targetUrl: string;
    }
    Index

    Properties

    allowOrigin: string | null

    access-control-allow-origin value the target returned, when any.

    detail: string

    Human-readable explanation of the classification.

    hint: string | null

    Actionable remedy, present only when status is not allowed.

    Classification of the probe result.

    targetUrl: string

    Target URL that was probed.