Re: P3P Http Response Header for Multiple Compact Policies
"Kris van Vlaenderen" <[email protected]> Mon, 19 Aug 2002 08:31:34 -0400 (EDT)
| Newsgroups | gmane.comp.web.p3p.devel |
|---|---|
| Message-ID | <F56CD893AB753E468789F0F5CE8B46164ACDF3@eleventh.expandedmedia.com> |
This is a multi-part message in MIME format. ------_=_NextPart_001_01C2477B.E589054C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: =20 <Location /> Header append P3P "policyref=3D\" = <http://catalog.example.com/P3P/PolicyReferences.xml> = http://catalog.example.com/P3P/PolicyReferences.xml\ ",CP=3D\"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 !!! ------_=_NextPart_001_01C2477B.E589054C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D296072512-19082002><FONT face=3DArial size=3D2>the = example given by=20 Dennis will not work. If you want apache to correctly send the = compact=20 policy to the browser, use something like this:</FONT></SPAN></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><SPAN class=3D296072512-19082002><FONT face=3DArial = size=3D2><Location=20 /><BR>Header append P3P "policyref=3D\"<A=20 href=3D"http://catalog.example.com/P3P/PolicyReferences.xml"><FONT = color=3D#0000ee=20 size=3D3>http://catalog.example.com/P3P/PolicyReferences.xml</FONT></A><F= ONT=20 size=3D3>\</FONT><A=20 href=3D'http://www.vitrine.be/w3c/p3p.xml\",CP=3D\"AlL'>",CP=3D\"AlL</A> = DSP<BR>COR=20 PSAi OUR SAMi IND COM NAV = OTC\""<BR></Location><BR></FONT></SPAN></DIV> <DIV><SPAN class=3D296072512-19082002><FONT face=3DArial = size=3D2>note: it's=20 very important that you specify the policyref and CP on 1 line=20 !!!</DIV></FONT></SPAN></BODY></HTML> ------_=_NextPart_001_01C2477B.E589054C--