Table of Contents

Enum CorsError

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

The reason why request was blocked.

[JsonConverter(typeof(JsonStringEnumConverter<CorsError>))]
public enum CorsError

Fields

AllowOriginMismatch = 6
CorsDisabledScheme = 8
DisallowedByMode = 0
HeaderDisallowedByPreflightResponse = 22
InsecureLocalNetwork = 24
InvalidAllowCredentials = 7
InvalidAllowHeadersPreflightResponse = 20
InvalidAllowMethodsPreflightResponse = 19
InvalidAllowOriginValue = 5
InvalidLocalNetworkAccess = 25
InvalidResponse = 1
LocalNetworkAccessPermissionDenied = 27
MethodDisallowedByPreflightResponse = 21
MissingAllowOriginHeader = 3
MultipleAllowOriginValues = 4
NoCorsRedirectModeNotFollow = 26
PreflightAllowOriginMismatch = 15
PreflightDisallowedRedirect = 10
PreflightInvalidAllowCredentials = 16
PreflightInvalidAllowExternal = 18
PreflightInvalidAllowOriginValue = 14
PreflightInvalidStatus = 9
PreflightMissingAllowExternal = 17
PreflightMissingAllowOriginHeader = 12
PreflightMultipleAllowOriginValues = 13
PreflightWildcardOriginNotAllowed = 11
RedirectContainsCredentials = 23
WildcardOriginNotAllowed = 2