Artifact
if (*user && *passwd && (!u->user || opt.auth_without_challenge)) *basic_auth_finished = maybe_send_basic_creds (u->host, *user, *passwd, req); ... if (auth_err == RETROK) { request_set_header (req, "Authorization", value, rel_value); ... else if (!u->user && BEGINS_WITH (www_authenticate, "Basic")) register_basic_auth_host (u->host);
8e36cf18-6408-4448-8355-f1c82d9821f7
if (*user && *passwd && (!u->user || opt.auth_without_challenge)) *basic_auth_finished = maybe_send_basic_creds (u->host, *user, *passwd, req); ... if (auth_err == RETROK) { request_set_header (req, "Authorization", value, rel_value); ... else if (!u->user && BEGINS_WITH (www_authenticate, "Basic")) register_basic_auth_host (u->host);