Property AccessControlAllowCredentials
AccessControlAllowCredentials
Gets or sets the value of the HTTP Access-Control-Allow-Credentials header.
Indicates whether the response to the request can expose credentials, allowing cross-origin requests to include credentials.
public string? AccessControlAllowCredentials { get; set; }
Property Value
Remarks
Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.