Table of Contents

Field AccessControlAllowHeaders

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Access-Control-Allow-Headers header.

Specifies which headers can be used when making the actual request in a cross-origin resource sharing (CORS) context.

public const string AccessControlAllowHeaders = "Access-Control-Allow-Headers"

Returns

string
The HTTP Access-Control-Allow-Headers header. Specifies which headers can be used when making the actual request in a cross-origin resource sharing (CORS) context.