Table of Contents

Field AccessControlAllowOrigin

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

The HTTP Access-Control-Allow-Origin header.

Specifies which origins are allowed to access the resource in a CORS context, helping to control cross-origin requests.

public const string AccessControlAllowOrigin = "Access-Control-Allow-Origin"

Returns

string
The HTTP Access-Control-Allow-Origin header. Specifies which origins are allowed to access the resource in a CORS context, helping to control cross-origin requests.