Consuming API Curl to Java Application -


i have url requires me digest auth using username , password.

curl -k --digest -u user:password https://api.uni5.net/cliente

but have no idea how use digest in request java application. i'm searching simple way, cuz dont use java in our development, need use inside server.

thanks help!


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -