Several RPC servers require authentication to access them, such as is the case with litecoind and similar. It would be nice if you could do something like client.basicAuth("username", "password"), and have it generate the necessary authentication header.
Several RPC servers require authentication to access them, such as is the case with litecoind and similar. It would be nice if you could do something like
client.basicAuth("username", "password"), and have it generate the necessary authentication header.