Click here to Skip to main content
15,917,320 members

Comments by emanuelevacca (Top 1 by date)

emanuelevacca 21-Mar-18 11:16am View    
I have a rsa hardware token. To access a web page I must insert username, password and pin+token.
On my tool I request and parse webpages with http post method avoiding the user to perform many mouse click. My tool was working until the administrator decided to implement secure access on website. How could I implement the secure login on my tool? Could I use something similar to your solution2? How do you use the credentials against the third party server?