cors - Can I use wildcard ssl cert on subdomain while using basic ssl cert on domain? -
i have symantec secure site installed on domain.com. wanted load resources sub.domain.com there cors problem (http://en.wikipedia.org/wiki/cross-origin_resource_sharing) on webkit browsers therefore buy , install rapidssl wildcard cert on sub1.domain.com, sub2.domain.com etc. work ? "cors compatible"?
will work ?
it work @ ssl/tls level.
symantec secure site issued certificate example.com
, www.example.com
.
rapidssl wildcard certificate work web2.example.com
, web3.example.com
, etc. rapidssl wildcard overlaps symantec's certificate, should not problem since configuring @ server.
will "cors compatible"?
its hard since have not provided domain, , have not provided code.
an "origin" {protocol,domain,port}
triplet (protocol called scheme). depending on code, may have same origin, or may not. see origin determination rules @ same origin policy.
Comments
Post a Comment