chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / CorsError

CorsError

enum class CorsError

The reason why request was blocked.

Official doc

Enum Values

DisallowedByMode

InvalidResponse

WildcardOriginNotAllowed

MissingAllowOriginHeader

MultipleAllowOriginValues

InvalidAllowOriginValue

AllowOriginMismatch

InvalidAllowCredentials

CorsDisabledScheme

PreflightInvalidStatus

PreflightDisallowedRedirect

PreflightWildcardOriginNotAllowed

PreflightMissingAllowOriginHeader

PreflightMultipleAllowOriginValues

PreflightInvalidAllowOriginValue

PreflightAllowOriginMismatch

PreflightInvalidAllowCredentials

PreflightMissingAllowExternal

PreflightInvalidAllowExternal

InvalidAllowMethodsPreflightResponse

InvalidAllowHeadersPreflightResponse

MethodDisallowedByPreflightResponse

HeaderDisallowedByPreflightResponse

RedirectContainsCredentials

InsecurePrivateNetwork