This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "HttpOnly"

From OWASP
Jump to: navigation, search
(Implemented Table Outline)
(Updated Supporting Browsers)
Line 17: Line 17:
 
| align="center" | 2.0.0.5
 
| align="center" | 2.0.0.5
 
| align="center" | Yes
 
| align="center" | Yes
 +
|-
 +
| Netscape Navigator
 +
| align="center" | 9.0b2
 +
| align="center" | No
 +
|-
 +
| Opera
 +
| align="center" | 9.22
 +
| align="center" | No
 
|}
 
|}
 +
 +
== Using WebGoat to Test for HTTPOnly Capabilities ==

Revision as of 16:54, 26 July 2007

Overview

Browsers Supporting HTTPOnly

Table 1: Browsers Supporting HTTPOnly
Browser Version Supports HTTPOnly?
Microsoft Internet Explorer 6 (SP1) - 7 Yes
Mozilla Firefox 2.0.0.5 Yes
Netscape Navigator 9.0b2 No
Opera 9.22 No

Using WebGoat to Test for HTTPOnly Capabilities