Every day I need to connect to a website that requires authentication using a CAC. I connect this website and then check if there are any notifications for me.
I would like to automate this routine. I'm planning to use an HttpClient
, but I'm not sure how to perform the actual check required by the server. The remote server is not using SSL, and is using the SEAM framework.
Any tips on how to do this? I don't need Java code, just ideas on how to start this development. I already know how to load the card and the certs, but not how to pass the authentication with this info.