I want to read/access the cookies of the domain ( which is not owned/managed by me ) under which the iFrame of my website domain is loaded.
Let’s take an example
- The main source/parent domain is –
abc.com
( not owned by me ) - On
abc.com
there is an iframe with srcpqr.com
(owned/managed by me )
I want to read the cookies of abc.com
(main website) in pqr.com
(iframe website)
Is this possible? if yes, how? If not, why?