Field Origin
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.