Hi Team,
using jsonrpc4j we are able to send the request and get the response sucessfully.
request :
response :
{"jsonrpc":"2.0","id":0,"result":"Hello world, John Doe"}
now we want to add head in the same request as authentication(username/password),similar to below request
curl
-u "jsonrpc:password@123"
please help us in this..provide any sample code implementation using jsonrpc4j
Regards,
Nihar