iframe not working with safari
I am using cross domain implementation for which on page of Site A, I load iframe with Site B.
Page inside iFrame calls rest apis of Site B and loads other pages from Site B depending upon responses.
Although while loading these responses I am getting errror as "Cookies are not turned on in your browser". This implementation works with all other browser except Safari 11.
Why Safari doesn't allow to store cookie for iFrame?
Powerbook