How To Implement It Via Iframe?
I have a situation, when I should to send a POST request to authenticate user, if it's succeed then server set a cookie and then we can get a protected page: First request by Post
Solution 1:
Cookie Authentication is you are trying to achieve?, here is are some links which will help to you with that. https://dzone.com/articles/cookie-authentication-with-aspnet-core-20
Post a Comment for "How To Implement It Via Iframe?"