Assume we have two hosts/sites. A & B
- On site A, we have an iframe to render host/site B.
- Within the iframe where B is rendered, after some operations, host/site B redirects to site A (in the iframe) using a GET request.
- In this redirection request, the cookies(of site A) with are missing. The missing cookies are marked "http" & "secure".
The above behavior is observed in safari when using ios 14.0 on Iphone 12 pro max. In ios 13 it is working as expected. In the latest version of ios, i.e. 14.6, this issue is reproducible on Iphone but not on Ipad.
I'm not sure what is going around. Any inputs?
Thanks in advance!