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.com
can I readCDN_CREDENTS
cookies from headers when loadingcdnsite.com/cdn.js
from headers.Also can I set cookies when
cdnsite.com/cdn.js
is loading from my backend via headers, withcdnsite.com
domain
thanks