Re: P3P Http Response Header for Multiple Compact Policies

the example given by Dennis will not work.  If you want apache to correctly send the compact policy to the browser, use something like this:
 
<Location />
Header append P3P "policyref=\"  <http://catalog.example.com/P3P/PolicyReferences.xml> http://catalog.example.com/P3P/PolicyReferences.xml\ ",CP=\"AlL <http://www.vitrine.be/w3c/p3p.xml\>  DSP
COR PSAi OUR SAMi IND COM NAV OTC\""
</Location>

note:  it's very important that you specify the policyref and CP on 1 line !!!

Received on Tuesday, 20 August 2002 11:06:41 UTC