Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Auth (0.01 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    auth.ap-south-2.amazoncognito.com
    auth.ap-southeast-1.amazoncognito.com
    auth.ap-southeast-2.amazoncognito.com
    auth.ap-southeast-3.amazoncognito.com
    auth.ap-southeast-4.amazoncognito.com
    auth.ca-central-1.amazoncognito.com
    auth.ca-west-1.amazoncognito.com
    auth.eu-central-1.amazoncognito.com
    auth.eu-central-2.amazoncognito.com
    auth.eu-north-1.amazoncognito.com
    auth.eu-south-1.amazoncognito.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    auth.ap-south-2.amazoncognito.com
    auth.ap-southeast-1.amazoncognito.com
    auth.ap-southeast-2.amazoncognito.com
    auth.ap-southeast-3.amazoncognito.com
    auth.ap-southeast-4.amazoncognito.com
    auth.ca-central-1.amazoncognito.com
    auth.ca-west-1.amazoncognito.com
    auth.eu-central-1.amazoncognito.com
    auth.eu-central-2.amazoncognito.com
    auth.eu-north-1.amazoncognito.com
    auth.eu-south-1.amazoncognito.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  3. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

      }
    
      // Digest auth is currently unsupported. Test that digest requests should fail reasonably.
      // http://code.google.com/p/android/issues/detail?id=11140
      @Test
      fun digestAuthentication() {
        val calls =
          authCallsForHeader(
            "WWW-Authenticate: Digest " +
              "realm=\"******@****.***\", qop=\"auth,auth-int\", " +
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Important Security-related changes before upgrading
      * You *MUST* set `--anonymous-auth=false` flag on your kube-apiserver unless you are a developer testing this feature and understand it.
      If you do not, you risk allowing unauthorized users to access your apiserver.
      * You *MUST* set `--anonymous-auth=false` flag on your federation apiserver unless you are a developer testing this feature and understand it.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    - **Auth**
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

          MockResponse
            .Builder()
            .code(HttpURLConnection.HTTP_PROXY_AUTH)
            .headers(headersOf("Proxy-Authenticate", "Basic realm=\"localhost\""))
            .inTunnel()
            .body("proxy auth required")
            .build(),
        )
        server.enqueue(
          MockResponse
            .Builder()
            .inTunnel()
            .build(),
        )
        server.enqueue(MockResponse())
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
Back to top