Property AccessControlAllowHeaders
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
Remarks
Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.