Variable corsHeadersConst
corsHeaders: {
"Access-Control-Allow-Origin": string;
"Access-Control-Allow-Methods": string;
"Access-Control-Allow-Headers": string;
"Access-Control-Max-Age": string;
"Access-Control-Allow-Credentials": string;
} = ...
Type Declaration
Access-Control-Allow-Origin: string
Access-Control-Allow-Methods: string
Access-Control-Max-Age: string
Access-Control-Allow-Credentials: string
Default CORS headers for all responses
Includes permissive settings for cross-origin requests.