Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for authenticateRealmUppercase (0.08 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

            "Basic ${RecordingAuthenticator.BASE_64_CREDENTIALS}",
          )
        }
      }
    
      /** https://github.com/square/okhttp/issues/342  */
      @Test
      fun authenticateRealmUppercase() {
        server.enqueue(
          MockResponse(
            code = 401,
            headers = headersOf("wWw-aUtHeNtIcAtE", "bAsIc rEaLm=\"pRoTeCtEd aReA\""),
            body = "Please authenticate.",
          ),
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
Back to top