44

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.

knorv
  • 45,461
  • 71
  • 205
  • 289

5 Answers5

48

Feel free to add to this list:

tomb
  • 1,649
  • 4
  • 19
  • 36
Michael Haren
  • 97,268
  • 39
  • 159
  • 200
  • 2
    Thanks! Found this list which adds some info: http://www.owasp.org/index.php/HTTPOnly#Browsers_Supporting_HTTPOnly – knorv Feb 09 '09 at 22:11
  • 1
    @knorv : Link is case sensitive and/or has been modified: https://www.owasp.org/index.php/HttpOnly#Browsers_Supporting_HttpOnly – Brian McCutchon Aug 06 '13 at 00:54
  • 1
    Link for Chrome is dead (**Page not found** We're sorry, but we were unable to locate the page you requested.). – Pang Jun 27 '16 at 06:57
  • somebody should update this list again or is it obsolete now with https?? – oldboy Aug 22 '17 at 21:11
11

Up to date results can be found here:

http://www.browserscope.org/?category=security

(linked from the OWASP article mentioned above)

jim
  • 885
  • 9
  • 16
3

OWASP have this documented. See http://www.owasp.org/index.php/HttpOnly

Ian
  • 1
  • 1
0

None of the links above offer a real compatibility table (OWASP page seems broken). Here is the link of :

Cookie (and HttpOnly) browser compatibility table from Mozilla

Shoham
  • 1,039
  • 1
  • 11
  • 16
-10

All major browsers support HttpOnly.

  • Microsoft IE 5.0+
  • Mozilla Firefox 1.0+
  • Google Chrome
  • Apple Safari
  • Opera 8.0+
Nick Berardi
  • 52,504
  • 14
  • 109
  • 135