Hello all,
I am using
servlets to authenticate users, and our code reads the username and password from the authorization header in the HttpServletRequest. This header is preserved from request to request, and I would like to track the date and time that the authorization header was first created. Any ideas?