Table of Contents

Field AccessControlAllowCredentials

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

The HTTP Access-Control-Allow-Credentials header.

Indicates whether the response to the request can expose credentials, allowing cross-origin requests to include credentials.

public const string AccessControlAllowCredentials = "Access-Control-Allow-Credentials"

Returns

string
The HTTP Access-Control-Allow-Credentials header. Indicates whether the response to the request can expose credentials, allowing cross-origin requests to include credentials.