Which browsers do support HttpOnly cookies?
Asked Answered
M

2

45

Which browsers do support HttpOnly cookies, and since which version?

Please see http://www.codinghorror.com/blog/archives/001167.html for a discussion of HttpOnly cookies and XSS-prevention.

Mohler answered 9/2, 2009 at 14:45 Comment(0)
P
49

Feel free to add to this list:

Pazice answered 9/2, 2009 at 14:45 Comment(4)
Thanks! Found this list which adds some info: owasp.org/index.php/HTTPOnly#Browsers_Supporting_HTTPOnlyMohler
@Mohler : Link is case sensitive and/or has been modified: owasp.org/index.php/HttpOnly#Browsers_Supporting_HttpOnlyWeisler
Link for Chrome is dead (Page not found We're sorry, but we were unable to locate the page you requested.).Parker
somebody should update this list again or is it obsolete now with https??Undistinguished
B
-10

All major browsers support HttpOnly.

  • Microsoft IE 5.0+
  • Mozilla Firefox 1.0+
  • Google Chrome
  • Apple Safari
  • Opera 8.0+
Boehmer answered 9/2, 2009 at 14:45 Comment(2)
I don't think that's true--can you provide references?Pazice
I've seen reports that "IE6 SP1" and "Firefox 2.0.0.5" "now support HttpOnly cookies", which leads me to believe that at least IE5 and Firefox 1 dont support it.Siskind

© 2022 - 2024 — McMap. All rights reserved.