Added (not yet enabled) HTTP client authentication

This commit is contained in:
Lee Clagett
2016-12-30 01:47:57 -05:00
parent c6ec939626
commit d81cb08704
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);