I have two textboxes; one is username and the other is password with a login button. Whenever the user enters the username and password, it must redirect to the html page using token based authentication in web api. The second(html) page must display the username and corresponding userid by checking the database. The values passed are dynamic, i.e., username, password and userid are already present in the database.
Regards
skp