I would like to know if it is possible to obtain information about the host address of the domain from which a cookie was created on my webpage?
I have this sittuation:
- I'am on "domain A", where I have a script linked from "domain B".
- On "domain B" a method is execuded that sets a cookie on my "domain A".
Is there any way to obtain information that the cookie was created from "domain B"?
I need precise information that the cookie originates from "domain B".