Would like to know now if this should be possible. A user visits my Site http://www.example.com and I set a cookie on *.example.com. Later that user vists another site that is not a sub domain of mine (a.com). On a.com they have a script that calls out to http://www.example.com say to hit an api. Will that request include any and all cookies that may have been set on my domain for me to see?
Share
Tested this out myself with a test server and the browser will send all cookies that match you domain with any request to your domain regardless of the source location