Good afternoon, folks,
I want to do the following with Forms Authentication:
1 - When accessing application link the user is not authenticated the application redirects to the application link :
loginUrl="http: // localhost: 51040 /"
2 - The redirect is ok, opening the page link but when I try to log posting the query string is not sent (I believe for security) and also would have to change the =% 2f to the application address = link
Has anyone been able to implement this demand with Forms Authentication?
Hugs