How to implement it via iFrame?

2019-09-25 09:44发布

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:

  1. First request by Postman:

enter image description here

  1. Second request (after first):

enter image description here

I need to implement it on web page. As I understand now, it's possible only via frames. How to do it? First request should be sent automatically after opening a page, so, user should open the page and see a protected page.

1条回答
forever°为你锁心
2楼-- · 2019-09-25 10:28

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

查看更多
登录 后发表回答