Version 109.1.110
The reason why request was blocked.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public enum class CorsError
Members
| Member name | Value | Description |
---|
| DisallowedByMode | 0 |
DisallowedByMode
|
| InvalidResponse | 1 |
InvalidResponse
|
| WildcardOriginNotAllowed | 2 |
WildcardOriginNotAllowed
|
| MissingAllowOriginHeader | 3 |
MissingAllowOriginHeader
|
| MultipleAllowOriginValues | 4 |
MultipleAllowOriginValues
|
| InvalidAllowOriginValue | 5 |
InvalidAllowOriginValue
|
| AllowOriginMismatch | 6 |
AllowOriginMismatch
|
| InvalidAllowCredentials | 7 |
InvalidAllowCredentials
|
| CorsDisabledScheme | 8 |
CorsDisabledScheme
|
| PreflightInvalidStatus | 9 |
PreflightInvalidStatus
|
| PreflightDisallowedRedirect | 10 |
PreflightDisallowedRedirect
|
| PreflightWildcardOriginNotAllowed | 11 |
PreflightWildcardOriginNotAllowed
|
| PreflightMissingAllowOriginHeader | 12 |
PreflightMissingAllowOriginHeader
|
| PreflightMultipleAllowOriginValues | 13 |
PreflightMultipleAllowOriginValues
|
| PreflightInvalidAllowOriginValue | 14 |
PreflightInvalidAllowOriginValue
|
| PreflightAllowOriginMismatch | 15 |
PreflightAllowOriginMismatch
|
| PreflightInvalidAllowCredentials | 16 |
PreflightInvalidAllowCredentials
|
| PreflightMissingAllowExternal | 17 |
PreflightMissingAllowExternal
|
| PreflightInvalidAllowExternal | 18 |
PreflightInvalidAllowExternal
|
| PreflightMissingAllowPrivateNetwork | 19 |
PreflightMissingAllowPrivateNetwork
|
| PreflightInvalidAllowPrivateNetwork | 20 |
PreflightInvalidAllowPrivateNetwork
|
| InvalidAllowMethodsPreflightResponse | 21 |
InvalidAllowMethodsPreflightResponse
|
| InvalidAllowHeadersPreflightResponse | 22 |
InvalidAllowHeadersPreflightResponse
|
| MethodDisallowedByPreflightResponse | 23 |
MethodDisallowedByPreflightResponse
|
| HeaderDisallowedByPreflightResponse | 24 |
HeaderDisallowedByPreflightResponse
|
| RedirectContainsCredentials | 25 |
RedirectContainsCredentials
|
| InsecurePrivateNetwork | 26 |
InsecurePrivateNetwork
|
| InvalidPrivateNetworkAccess | 27 |
InvalidPrivateNetworkAccess
|
| UnexpectedPrivateNetworkAccess | 28 |
UnexpectedPrivateNetworkAccess
|
| NoCorsRedirectModeNotFollow | 29 |
NoCorsRedirectModeNotFollow
|
See Also