Question
Evoke Technologies
US
Last activity: 7 Aug 2024 1:45 EDT
RPA API RestClient Component UseCase version22.1.34
Hi @jeffbadger,
we are working on solution, which mimic the steps of a browser, which calls an api in between hope you have remember you worked on a solution for this type previously for us we tried to get the solution and work on it on a website which fetches the utility bills could you please help how can we maintain or handle the logins and v2 authentication for the same website in every transaction we do for getting bills.
Thanks & Regards
Mukesh
@YENDAPALLYMUKESH
I am not sure I understand your question, but see if this helps. If you need to store credentials for multiple sites you can use Assisted Sign On to store those credentials. Use the AddApplication method to add each individual site along with the site's credentials to the ASO.db. You do this by specifying the application key along with the credentials. To retrieve the credentials you use the application key.
In your project start up, you could show a form that has a button to add applications along with a button to display the credential dialog so that you can edit the credentials.