JAX-RS Tip of the Day: How Do I Read the Authorization Header?
I was looking for a simple method to read the HttpHeaders to determine the username and password for a request. I didn't find a quick answer so I wrote a simple utility method that will return the Base 64 decoded values from the authorization header.
No comments:
Post a Comment