I want to load an iframe cdnsite.com to a site called differentsite.com
I want to set some credentials to a cookie called CDN_CREDENTS in my cdnsite.com iframe
Also differentsite.com will implement my script cdnsite.com/cdn.js,
What I want to know is that, because the cookie is set in
cdnsite.comcan I readCDN_CREDENTScookies from headers when loadingcdnsite.com/cdn.jsfrom headers.Also can I set cookies when
cdnsite.com/cdn.jsis loading from my backend via headers, withcdnsite.comdomain
thanks