We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b77faa commit 4a94146Copy full SHA for 4a94146
zarr/src/storage/http.ml
@@ -151,7 +151,7 @@ module Make
151
let perform client =
152
let config = Ezcurl_core.Config.(
153
default |> max_redirects redirects |> follow_location true |>
154
- username basic_auth.user |> password basic_auth.pwd
+ authmethod [CURLAUTH_ANY] |> username basic_auth.user |> password basic_auth.pwd
155
) in
156
f IO.{tries; client; config; base_url = url ^ "/"}
157
in
0 commit comments