aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes P3P Policies Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "P3P Policies" Watch "P3P Policies" New topic
Author

P3P Policies

karim qazi
Greenhorn

Joined: Mar 22, 2001
Posts: 20
I have created a p3p policy for our website.
I have validated it against the W3C's policy validator and it checks out fine.
I have defined a compact policy in the header of a webpage so that if IE 6.0 is set to "high" it will still allow cookies to be set.
I have to add the compact-policy to the header via a META TAG:
(< META HTTP-EQUIV='P3P' CONTENT='policyref="http://test.pacsun.com/w3c/p3p.xml" , CP="NON CUR OUR DEM BUS"' >)
because our HTTP Server does not allow the config of HTTP HEADERS from an admin standpoint.
The meta tag above does not seem to register with IE 6.0 but it validates my P3P policy fine when running against the W3C validator.
Can anyone please help me!!!
Thanks.
I edited this to allow his Meta tag to show---Carl
[This message has been edited by Carl Trusiak (edited November 08, 2001).]
Carl Trusiak
Sheriff

Joined: Jun 13, 2000
Posts: 3340
This may get a better response in the HTML forum. I'll move it there.


I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: P3P Policies
 
Similar Threads
P3P Policies
Adding cookies and headers (P3P) error
How do I enable cookie for third party website in IE from java
IE Silently Rejects Cookies, then Denies Doing So
P3P compliance-Tomcat HTTP response headers