Merge pull request #1523

d81cb087 Added (not yet enabled) HTTP client authentication (Lee Clagett)
This commit is contained in:
Riccardo Spagni 2017-01-13 14:32:08 -05:00
commit aeeb24991a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
6 changed files with 791 additions and 190 deletions

View file

@ -125,7 +125,7 @@ namespace tools
}
}
epee::net_utils::http::http_auth::login login{};
epee::net_utils::http::login login{};
const bool disable_auth = command_line::get_arg(vm, arg_disable_rpc_login);
const std::string user_pass = command_line::get_arg(vm, arg_rpc_login);