Enum CorsError
The reason why request was blocked.
[JsonConverter(typeof(JsonStringEnumConverter<CorsError>))]
public enum CorsError
Fields
AllowOriginMismatch = 6CorsDisabledScheme = 8DisallowedByMode = 0HeaderDisallowedByPreflightResponse = 22InsecureLocalNetwork = 24InvalidAllowCredentials = 7InvalidAllowHeadersPreflightResponse = 20InvalidAllowMethodsPreflightResponse = 19InvalidAllowOriginValue = 5InvalidLocalNetworkAccess = 25InvalidResponse = 1LocalNetworkAccessPermissionDenied = 27MethodDisallowedByPreflightResponse = 21MissingAllowOriginHeader = 3MultipleAllowOriginValues = 4NoCorsRedirectModeNotFollow = 26PreflightAllowOriginMismatch = 15PreflightDisallowedRedirect = 10PreflightInvalidAllowCredentials = 16PreflightInvalidAllowExternal = 18PreflightInvalidAllowOriginValue = 14PreflightInvalidStatus = 9PreflightMissingAllowExternal = 17PreflightMissingAllowOriginHeader = 12PreflightMultipleAllowOriginValues = 13PreflightWildcardOriginNotAllowed = 11RedirectContainsCredentials = 23WildcardOriginNotAllowed = 2