Skip to main content
17 events
when toggle format what by license comment
Jan 25 at 2:01 comment added Sujit Prabhakaran Thank You Mate! I was reading a book on Asp.NET Core and learning how to check Response Headers. Then I wanted to know How to check cookies that brought me here.
Jun 25, 2021 at 18:08 history edited AlexMA CC BY-SA 4.0
deleted 11 characters in body
Dec 12, 2019 at 15:07 history edited AlexMA CC BY-SA 4.0
Improve formatting of a popular answer
Dec 11, 2019 at 21:18 comment added Chris Rice @NabiK.A.Z. The HttpOnly tag on cookies is somewhat misleading, but it does not mean the cookie is only sent when the protocol is http (vs https). The meaning of an HttpOnly cookie is that it is sent by the browser but it is not visible to JS. This is not to be confused with the Secure tag on cookies, which means the browser will only send it to sites using https (but which has no effect on the cookie's visibility in JS). There's a good description on: developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
May 6, 2019 at 10:18 comment added Nabi K.A.Z. @AlexMA No, seem the problem caused of option HTTP Only cookie, but the site opened on the HTTPS. But does can not see cookies in console by js, of same domain on the HTTPS?!
May 6, 2019 at 0:31 comment added AlexMA @NabiK.A.Z. Likely chrome is showing you cookies from a different domain. See “same origin policy”
May 5, 2019 at 7:30 comment added Nabi K.A.Z. Why the document.cookie no contain of some cookies, but I can see that in the chrome://settings/siteData ?!!!
Feb 25, 2019 at 19:11 history edited AlexMA CC BY-SA 4.0
Previous URL was out of date.
Feb 19, 2019 at 18:27 comment added Joseph Cho This is out of date. The updated location is here: stackoverflow.com/a/48083367/4842949
Jan 30, 2017 at 16:02 history edited AlexMA CC BY-SA 3.0
added 145 characters in body
Sep 1, 2016 at 12:13 history edited AlexMA CC BY-SA 3.0
The "resources" tab no longer exists
Sep 1, 2016 at 9:18 review Suggested edits
Sep 1, 2016 at 10:20
Jul 29, 2016 at 9:01 comment added Alf Kåre Lefdal In recent versions of Developer Tools the tab is called "Application"
Mar 4, 2016 at 15:23 history edited AlexMA CC BY-SA 3.0
deleted 54 characters in body
Jan 4, 2015 at 0:00 history edited AlexMA CC BY-SA 3.0
Improved formatting and added some details.
Apr 4, 2012 at 16:50 vote accept Howdy_McGee
Apr 4, 2012 at 16:34 history answered AlexMA CC BY-SA 3.0