Hi Simon,
Application in discussion uses dot net and angular java script.
Within the angular JS, we have a code that generates a unique “token_id” on the client side by taking a few inputs dynamically.
Sample Code Snippet:
c=this.loginUrl+a+"parameter1="+encodeURIComponent(b)+"¶meter2="+encodeURIComponent(d)+"&token_id="+encodeURIComponent(e)+"¶meter3="+encodeURIComponent(i)+"& parameter4="+encodeURIComponent(l);
Our scenario: assume we have below pages and files in my application.
1. login.aspx
2. Main.js
3. Dashboard.aspx
After entering the credentials in” login.aspx” page, the application is generating a unique token_id by using “main.js” file to access the “dashboard.aspx” page. Can you help us how this JS can be integrated with Zest script.
Thanks,
Sandeep.