Version 88.2.90
The reason why request was blocked.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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
|
| InvalidAllowMethodsPreflightResponse | 19 |
InvalidAllowMethodsPreflightResponse
|
| InvalidAllowHeadersPreflightResponse | 20 |
InvalidAllowHeadersPreflightResponse
|
| MethodDisallowedByPreflightResponse | 21 |
MethodDisallowedByPreflightResponse
|
| HeaderDisallowedByPreflightResponse | 22 |
HeaderDisallowedByPreflightResponse
|
| RedirectContainsCredentials | 23 |
RedirectContainsCredentials
|
| InsecurePrivateNetwork | 24 |
InsecurePrivateNetwork
|
See Also