The Platform for Privacy Preferences Project, or P3P, is a protocol allowing websites to declare their intended use of information they collect about browsing users.
Questions tagged [p3p]
83 questions
0
votes
1 answer
How to configure p3p policy on Azure
Our app is hosted in Facebook. As you know, Facebook hosts third party app in an IFrame. You may also know that if a web site in an Iframe, and parent website is on a different domain, then 3rd party (cross domain) cookies that do not have a compact…

Archil Kublashvili
- 696
- 1
- 8
- 20
0
votes
2 answers
JMETER This site does not specify a policy in the P3P header ERROR
I am trying to hit this URL https://subdomain.example.com in JMeter and recorded using the Blazemeter Chrome extension has all the necessary config elements but get an error:
HTTP/1.1 429 Too Many Requests
Content-Type: text/html;…

Sandeep Sharma
- 109
- 2
- 15
0
votes
1 answer
How to make IE work correctly without P3P?
I had a weird issue with IE8, actually my friend who was testing the site did cause I didn't have any problems while browsing the site from IE8. Debugging the site I saw that when he browses the page the php session content is cleared on each page…

Rihards
- 10,241
- 14
- 58
- 78
0
votes
1 answer
Internet Explorer p3p iframe and trird party cookies
This problem is driving me crazy.
I have pages on my site that load a affiliate page in an iframe. I have set up a p3p policy and everything validates.
http://validator.w3.org/p3p/20020128/p3p.pl?uri=http%3A%2F%2Fallbuys.ca%2Fdeal%2F167%2F
My…

mrlayance
- 655
- 9
- 24
0
votes
0 answers
IE 9-10 and Edge not saving cookie during 403 redirect
I have been trying to figure this out all day. I have an one application that forwards to another application in order to handle logins. The first application redirects to a webAPI URL. That url then takes one of the parameters and creates a token.…

Matthew Beste
- 3
- 1
0
votes
1 answer
What is currently the best way to set a 3rd party cookie?
I'm reading a lot on this topic for some time now.
The information on the web about this topic is quite confusing.
Use case:
A User visits site hostA.com, which includes a "tracking pixel" from site hostB.com .
The user never visited hostB.com…

user85155
- 1,370
- 16
- 24
0
votes
1 answer
Getting cookies values cross domain using jsonp not working for IE
I am having trouble getting cookie information from domain A to domain B, using jsonp. I've got it working for Chrome and Firefox et al., but for IE it does not work. I am doing a jsonp request from domain B to domain A that sets a cookie there…

jberculo
- 1,084
- 9
- 27
0
votes
1 answer
Internet Explorer 9-11 download via iframes started failing
I work on an older website that has been functioning for years and after a recent Internet Explorer update we have a iframe based download stop working in IE9-11 most of the time from external networks. It always works fine from our internal…

Dennis Hostetler
- 614
- 7
- 10
0
votes
1 answer
Set P3P code in HTML
I've researched this subject alot. But one thing I don't get if it is possible to set a P3P tag in plain HTML? Just before the first -tag.
Im trying to get an iFrame-login solution to work in IE.
I have just found code example in PHP, ASP.NET and…

user3751508
- 63
- 2
- 7
0
votes
1 answer
load a google map url inside a div
I have customized a map with the google maps engine and I have the corresponding url.
I just want to load this url inside a div by using the simple load() method.
Unfortunatelly, I get a P3P error message.
jQuery('#map-canvas').load(…

user997593
- 423
- 5
- 16
0
votes
1 answer
p3p Policy on wordpress response not sending the policy
I have created the p3p files, placed them in the w3c folder but fiddler2 still returns sets cookies without p3p?
Wordpress site on iis...
trying to get it to return sets cookies & P3P...
I know this is old stuff but client wants it.
What am I…

Doug Farrell
- 135
- 1
- 3
- 20
0
votes
1 answer
Internet Explorer P3P Issues! Help!
I'm having issues getting the privacy icon to go away in IE7 & IE8 and have spent 10+ hours trying different things and nothing seems to work. Everything I try seems to lead to the same result.
I created a P3P document from the IBM tool and got…

mike
- 2,722
- 6
- 31
- 46
0
votes
2 answers
Submit a form embedded in an iFrame does not work in iOS 7
In a website with mydomain.tld, an iFrame containing a form that is hosted on otherdomain.tld is embedded. Both sites are non-SSL running on port 80.
Now, this form won't submit on iPhone 5 running on iOS 7. I can reproduce it in the iOS-Simulator…

lorenz
- 4,538
- 1
- 27
- 45
0
votes
1 answer
How to set session cookie with P3P header (Omeka / Zend)
I am developing a portal using Omeka (based on Zend Framework) which is running on a different URL in an iFrame and am running in an issue with IE rejecting the session cookies if the Privacy Setting is anything higher then low.
I added

AnuragBabaresco
- 604
- 8
- 19
0
votes
1 answer
Turkey urlrewrite filter on Tomcat will not set P3P
I am trying to get Confluence 4.1.5 to work properly with IE 8, 9 and 10 with redirect from a SSO. In other words - we've hit the Privacy Policy issue (P3P).
No, I'm not a Tomcat guy. But I found some references that (I believe) told me what to do:…

sonstabo
- 1,005
- 1
- 11
- 24