Cross-Domain Cookies

后端 未结 15 2558
抹茶落季
抹茶落季 2020-11-21 21:56

I have two webapps WebApp1 and WebApp2 in two different domains.

  1. I am setting a cookie in WebApp1 in the HttpResponse.
  2. How to read the same cookie fro
15条回答
  •  自闭症患者
    2020-11-21 22:47

    Since it is difficult to do 3rd party cookies and also some browsers won't allow that.

    You can try storing them in HTML5 local storage and then sending them with every request from your front end app.

提交回复
热议问题