I have an IFrame which contains the cookies, I want to read these cookies in the parent window. I read from few stackoverflows that we can make use of the 'postMessage' but it works as an 'event listener'. Could somebody explain how to read the cookies from iframe in the parent window.
Accessing cookies of an iFrame in parent window
Please let us know any other possible way, Or How it is possible using event listener post message?
Thanks, Harry