Hi All,
I have an URL (example: gmail login URL) in my web api method i need to open this gmail login URL in new tab after navigating new tab user will enter the username and password finall click login button at that time i need to get the response from login data
how can i do that can anyone please suggest me in this

siva nathanPosted Jun 13, 2022, 6:54 AM
Jayraj ChhayaPosted Jun 12, 2022, 1:36 PM
if (requestedDownloadLink != null)
return Redirect(requestedDownloadLink);