Table of Contents

Property AccessControlAllowHeaders

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

AccessControlAllowHeaders

Gets or sets the value of 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 string? AccessControlAllowHeaders { get; set; }

Property Value

string

Remarks

Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.