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
(Updated Supporting Browsers)
m
Line 2: Line 2:
  
 
== Browsers Supporting HTTPOnly ==
 
== Browsers Supporting HTTPOnly ==
 +
 +
Using WebGoat's HTTPOnly lesson, the following web browsers have been tested for HTTPOnly capabilities. The results are listed below in table 1.
  
 
{|class="wikitable sortable" border="1" width="100%" align="center"
 
{|class="wikitable sortable" border="1" width="100%" align="center"

Revision as of 16:58, 26 July 2007

Overview

Browsers Supporting HTTPOnly

Using WebGoat's HTTPOnly lesson, the following web browsers have been tested for HTTPOnly capabilities. The results are listed below in table 1.

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