Click or drag to resize

CorsError Enumeration

Version 94.4.20
The reason why request was blocked.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum CorsError
Members
  Member nameValueDescription
DisallowedByMode0 DisallowedByMode
InvalidResponse1 InvalidResponse
WildcardOriginNotAllowed2 WildcardOriginNotAllowed
MissingAllowOriginHeader3 MissingAllowOriginHeader
MultipleAllowOriginValues4 MultipleAllowOriginValues
InvalidAllowOriginValue5 InvalidAllowOriginValue
AllowOriginMismatch6 AllowOriginMismatch
InvalidAllowCredentials7 InvalidAllowCredentials
CorsDisabledScheme8 CorsDisabledScheme
PreflightInvalidStatus9 PreflightInvalidStatus
PreflightDisallowedRedirect10 PreflightDisallowedRedirect
PreflightWildcardOriginNotAllowed11 PreflightWildcardOriginNotAllowed
PreflightMissingAllowOriginHeader12 PreflightMissingAllowOriginHeader
PreflightMultipleAllowOriginValues13 PreflightMultipleAllowOriginValues
PreflightInvalidAllowOriginValue14 PreflightInvalidAllowOriginValue
PreflightAllowOriginMismatch15 PreflightAllowOriginMismatch
PreflightInvalidAllowCredentials16 PreflightInvalidAllowCredentials
PreflightMissingAllowExternal17 PreflightMissingAllowExternal
PreflightInvalidAllowExternal18 PreflightInvalidAllowExternal
InvalidAllowMethodsPreflightResponse19 InvalidAllowMethodsPreflightResponse
InvalidAllowHeadersPreflightResponse20 InvalidAllowHeadersPreflightResponse
MethodDisallowedByPreflightResponse21 MethodDisallowedByPreflightResponse
HeaderDisallowedByPreflightResponse22 HeaderDisallowedByPreflightResponse
RedirectContainsCredentials23 RedirectContainsCredentials
InsecurePrivateNetwork24 InsecurePrivateNetwork
NoCorsRedirectModeNotFollow25 NoCorsRedirectModeNotFollow
See Also