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
6
votes
2 answers
safari does not allowed cross-domain cookies in iframe
IE & Safari Browser blocks cross-domain cookies in an iframe.
e.g.
I have two websites, let's say they're example.com and anotherexample.net.
On example.com, I have one page http://example.com/someform.asp and in this page i am using cookies. When…

Synoverge
- 61
- 1
- 1
- 4
6
votes
1 answer
How to run appCmd in PowerShell to add custom headers to the Default Web Site
Please help me figure out how to properly escape the arguments so they work when calling appcmd inside of powershell.
My script looks like this:
$defaultWebSite = "Default Web Site"
$appCmd = "C:\windows\system32\inetsrv\appcmd.exe"
$addHeaderP3P =…

Robert Bratton
- 435
- 1
- 5
- 12
6
votes
1 answer
how do I stop sinatra from re-writing my header names?
Sinatra is camel-casing all the header names, causing issues with 'P3P'. Code:
require 'rubygems'
require 'sinatra'
configure :production do
# Configure stuff here you'll want to
# only be run at Heroku at boot
# TIP: You can get you…

browep
- 5,057
- 5
- 29
- 37
5
votes
5 answers
IE8 - IE10 cross domain JSONP cookie headache
Due to decisions that are completely outside of my control, I am in the following situation:
I have a product listing on catalog.org
Clicking the "Add to Cart" button on a product makes an AJAX JSONP request to secure.com/product/add/[productKey],…

Big McLargeHuge
- 14,841
- 10
- 80
- 108
4
votes
1 answer
ActionController::InvalidAuthenticityToken exception in safari while using iframe
While I posted a form from iframe in safari, it gives Invalid Authenticity Token exception. If I try without iframe, then it works fine.
Why it is happening? How can I fix this?

kriysna
- 6,118
- 7
- 30
- 30
4
votes
1 answer
Google analytics and iframe content - will all tracking work?
I've seen a bunch of posts on here about google analytics tracking and iframes and how there could be some issues. Also have seen this: https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite#trackingIFrames
I have tracking…

Brian
- 7,204
- 12
- 51
- 84
3
votes
1 answer
What possible harm can come from setting the header: P3P: CP="CAO PSA OUR"
The header is used to allow cross domain requests in IE through iframes. I've tested adding this, and my code executes as expected now in IE.
What possible harm could come from adding this header?

EnjoyTheVibez
- 128
- 6
3
votes
2 answers
Facebook, IE and P3P
For the last few weeks I'm trying to locate a problem with session cookie saving in IE. Our application is running inside an iFrame, so the cookies are considered 3rd party.
I'm aware of the P3P header required by IE 6 and 7, but for some reason I…

Shlomi Fruchter
- 53
- 2
- 6
3
votes
1 answer
Set third-party cookies with iframe into safari. P3p header is not supported
I am facing a problem in safari. i can't set third-party cookies or Session with iframe into safari. I tried p3p header but its not working. ... its working in IE
below the header scripts ....
header('P3P: CP="NOI ADM DEV COM NAV OUR…

Arun sankar
- 94
- 1
- 2
- 17
3
votes
1 answer
Google Server gives a server error with the first request in private browsing mode
Whenever I run the url https://scholar.google.com/citations?user=N7m4vIQAAAAJ&hl=en in private windows of Safari and Google Chrome, Google gives an errors.
It happens only on the first request with private browsing mode.
Anybody knows why this…

Karl
- 329
- 6
- 20
3
votes
0 answers
Can't log in to website within iframe with IE and Chrome. But I can with Safari and FF
On both IE and Chrome, if I allow 3rd party cookies from the browser's settings I can login.
However, this isn't a practical solution.
Regarding IE: Do I need to create a P3P policy and reference it in my iframe website?
Regarding Chrome: Chrome…

U r s u s
- 6,680
- 12
- 50
- 88
3
votes
1 answer
third party cookies not written on IE with iframe, even with P3P
I designed the framing site: pishonworld.com, which frames wholesalecentral.com/pishonworld/store.cfm.
When customers use IE to shop on my site, their shopping cart gets cleared out as soon as they leave the cart. I have some really good things…

Mike Um
- 31
- 1
3
votes
0 answers
IE10, IFrame : some of the cookies are not sent. P3P?
I am prototyping a hosted MS Dynamics CRM based application and have some issue with the cookie based federated authentication and IE10. What I wanna achieve is how FB/Google auth works: I open a window, the user authenticates on the MSPortal then…

Peter Aron Zentai
- 11,482
- 5
- 41
- 71
3
votes
2 answers
Zend Framework - Internet Explorer - phpsessid cookie issue
I've created a Zend Framework Website App session intensive.
It works great in Chrome and Firefox but it is not working in IE.
The session resets every page in IE.
Looking into the headers I find that IE browser is getting a different phpsessid…

Hazon
- 71
- 4
3
votes
2 answers
Get response from php page
I need to call .php page from my aspx.cs page.but I don't want to load the page.I just want to call the page and the page will give me XLM response that I need to store in DB.I am trying this with the Ajax,but according to this link.We are not be…

gofor.net
- 4,218
- 10
- 43
- 65