Logo

HTTP Example

HTTP GET requests a page from coolcatalog site:

GET http://coolcatalog.com/index.html HTTP/1.1 Host: coolcatalog.com

Server returns:

HTTP/1.1 200 OK
P3P: policyref="http://coolcatalog.com/P3P/policies.p3p"
 - - -

States that policy can be found at the coolcatalog url.

Needs a P3P aware server

Ivan Herman, Head of Offices05.06.200229 (32)