python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Specifying another domain for a cookie
On the server side (say Host1.com), where the Cookie (say Cookie1) is created and Domain is explicitly specified to some other domain (say Host2.com), does it have any meaning at all ?
I mean by doing...
copenndthagen
Votes: 0
Answers: 0
Is Allow third party cookies setting need to be enabled to be able to read 3rd party cookies?
I am trying to read a 3rd party domain generated by the 3rd party (i.e. another host which is different from the UI) on the client-side.
So, this cookie has the Domain set explicitly to myuihost and a...
copenndthagen
Votes: 0
Answers: 0
How to identify cross-site requests?
I am having issues in reading cookies sent/set by the server in the response headers (Set-Cookie)
I wanted to understand if the below 2 scenarios constitute a cross-site
UI is running on http://local...
copenndthagen
Votes: 0
Answers: 1