Table of Contents

Field Origin

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

The HTTP Origin header.

Indicates the origin of the request, helping servers implement CORS and manage cross-origin requests.

public const string Origin = "Origin"

Returns

string
The HTTP Origin header. Indicates the origin of the request, helping servers implement CORS and manage cross-origin requests.