Search code examples
securityspringauthenticationbasic-authenticationhttp-digest

Basic and Digest Access Authentication with Java


I am developing a web application with Spring. I have read about basic and digest authentication fundamentals. However how can I implement it with Java, is there any code example or is there any framework does it form me?


Solution

  • Here is an example with commons http client library...