markmv - v1.39.2
    Preparing search index...

    Class AuthDetector

    Authentication detector for external links.

    Index
    • Analyze authentication requirements for a URL.

      Parameters

      • url: string
      • Optionalresponse: Response
      • redirectHistory: string[] = []

      Returns AuthInfo

    • Get headers for authenticated request to a specific domain.

      Parameters

      • url: string

      Returns Record<string, string>

    • Check if we should attempt authentication for this URL.

      Parameters

      • url: string

      Returns boolean