Script API - v1.26.10.22
    Preparing search index...

    Class HttpRequestNotAllowedError

    An error thrown when an HTTP request targets a URI that is not in the configured allow list.

    Hierarchy

    • Error
      • HttpRequestNotAllowedError
    Index

    Constructors

    Properties

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    uri: string

    URI that was rejected because it is not allowed.

    This property can be read in early-execution mode.