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.
0
votes
0answers
125 views
IE9 iframe not setting cookie even though P3P is set
I have a webpage in domain1.com which includes an iframe from doamin2.com. The domain2.com is setting some cookies, the header info have the p3p attribute. But now when i go to domain2.com the cookie ...
0
votes
0answers
130 views
Can't store cookie on Safari 5.1.7
I found that Safari can't store cookie from the HTTP response by using developer tool on Safari. Do you know it?
URL:
http://example.com
HEADER:
HTTP/1.1 302 Found
Date: Tue, 26 Feb 2013 05:05:32 ...
0
votes
1answer
122 views
iFrames Iexplorer doesn't write or read sessions (or cookies)
I built a form to submit data step by step. In between steps data is carried on from step 1 to step 2 and so on. That data is needed. 50% of the visitors access the form from different sites using an ...
2
votes
2answers
329 views
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 ...
0
votes
0answers
45 views
Which requests should have the P3P header?
I am adding in a P3P header for privacy into a site, and was wondering if the header should be attached to HTML pages only, or to all responses (such as images, css and script)?
I currently have the ...
0
votes
0answers
133 views
IE and third party cookie
i know this subject was comment many many times but i still can't find any solution...
Here is the situation :
www.client.com/module.php set an iframe to read a cookie on www.mysite.com :
...
0
votes
2answers
199 views
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 ...
0
votes
2answers
207 views
Deliver P3P http headers for IE-8
we built a webapp. On IE we need to allow third party cookies. We are using Java Server Faces. Anyway we are looking for the best way to deliver the P3P-Header? We thought about Apache configuration ...
4
votes
1answer
126 views
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 ...
2
votes
1answer
282 views
How to have apache only set P3P header on responses?
So we have a foreign site that's pulling in a cookie and login widget from our domestic site. Since the foreign site is .de, but our domestic site is .com it treats our login widget request as a ...
0
votes
0answers
101 views
Asp.net site in an iframe on wordpress looses session when back button is clicked
I have developed an asp.net application for a company, who already had a wordpress website. I was then later asked to make the .net app part of the wordpress site, and since they wanted it done ...
0
votes
0answers
65 views
Will IE6 Send Third-Party Cookie for Page Without P3P Header
Here is the situation,
A page with exist cookie, has been placed in iframe. For IE6, will it send the cookie content if the page does not have p3p header?
I know IE (in default setting) will stop ...
0
votes
0answers
168 views
3rd Party Cookies, What's wrong with this scenario
I've hit a wall of frustration while dealing with a 3rd party payment processor. They claim to be reputable but we can't work past this issue. They've instructed our client to simply display a large ...
0
votes
0answers
131 views
JsonP / Iframe P3P doesn't work when using localhost
I have 2 web applications, one running on dev.site.com and another on localhost/site.
I had issues trying to get cross domain communication with cookies, and tried for many hours wondering why P3P ...
0
votes
1answer
467 views
IE not accepting 3rd party cookies P3P policy setting
I have a site hosted in http://www.domain1.com
This domain loads a script located in http://www.domain2.com/script.js
This sript is loaded with the normal HTML <script> tag method. This script ...
0
votes
0answers
214 views
Creating P3P file in Asp.net
I want to access(read) the parent page(HTML Page) cookie from an embedded iframe (ASP.net page). i receive the below errors. when i click the yes it access the parent page. but when i click no it ...
0
votes
1answer
2k views
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: ...
0
votes
0answers
128 views
Is it necessary to define a P3P-header for a cross-browser Facebook Canvas app?
Is there any way to accomplish a cross-browser (Firefox, Chrome, Safari, IE >= 7) Facebook canvas app (displayed in iframe) using authorization and extended permissions without defining a P3P-header?
0
votes
1answer
402 views
IE9 Separate cookies for third party request
Eventhough my P3P headers are correct, IE9 seems to hold a separate list for third party requests.
I've added the following P3P
header('P3P:CP="NOI DSP COR CURa ADMa DEVa PSAa PSDa OUR BUS IND UNI ...
0
votes
1answer
465 views
Facebook Canvas app does not work in Internet Explorer
I am working on a Facebook canvas app written in Ruby using Sinatra, and hosted on Heroku.
I have this as part of my code:
before do
response.headers['P3P'] = 'CP="We have no P3P policy."'
end
...
0
votes
1answer
131 views
Browsers are dropping the Cookies set by application
This is an interesting issue. I am said to introduce a feature in my existing application. The application must takes user consent before writing a Cookie on user system. (It is implicit that my ...
0
votes
0answers
150 views
P3P Im really confused [closed]
I recently ran into a problem with IE where securimage doesn't validate correctly. In the comments i found that another developer had the same issue and so do many others.
The reason for this is P3P ...
2
votes
1answer
928 views
Looking for a P3P Generator
I am giving out a website that another company is 'framing'. I am setting a session variable which is being blocked through IE's security of third-party cookies through the 'framed' page. I'm being ...
2
votes
1answer
367 views
P3P headers for pure html/css/javascript page
What P3P headers should I set to prevent IE from blocking
my cookies if they only read and modified by javascript (not by server)
on my web page (wich is shown in iframe)?
I've tried the following
...
2
votes
2answers
2k views
What is the most broad P3P header that will work with IE?
"Medium Security" in IE8 states that third-party cookies that save information that can be used to contact you without your explicit consent are blocked.
What is the most broad P3P header that means ...
0
votes
1answer
264 views
What are the implications of having a missing P3P file?
I sniffed some Outbrain traffic (e.g. on CNN, find the file called "get" under "odb.outbrain.com/utils" in Chrome's network tab), and found this P3P header:
...
1
vote
2answers
1k views
Eternal reloading page with Internet Explorer
I've got a problem with my FB apps with Internet Explorer 7.
I'm using this piece of code, provided by FB some time ago :
$auth_url = "http://www.facebook.com/dialog/oauth?client_id="
. ...
0
votes
1answer
1k views
set p3p header in html or using javascripts
there are site A and B which communicate Using easyXDM
i try to set cookies of site B using site A chrome and mozilla allow to set cookies but ie not allow to set cookie some security polices
for ...
1
vote
2answers
851 views
Any recommendation for p3p policy editor?
Can you recommend a good p3p policy editor?
preferably open source + free.
0
votes
1answer
74 views
is p3p response information accessible from javascript?
As I understand, the webserver will send p3p information to the browser, but will the browser then present that data to the javascript engine via some API?
0
votes
1answer
41 views
Custom P3P Agent
I want to create a P3P agent to add some functionality to the existing agents but I don't know how to start. I know how to plug the policy to my website but what I really want is to develop simple ...
0
votes
0answers
356 views
iframe page can't set cookies (all browsers)
I'm trying to set cookie using iframe but the browsers refuse.
the page and the iframe are on the same domain.
I tried to add P3P header but it didn't help.
Tested on Chrome, Firefox, IE
any ...
2
votes
1answer
403 views
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?
0
votes
1answer
397 views
Problem with session not saving through iframe
I'm attempting to setup a autologin script on an external website, accessed through an iFrame.
i.e. iframe url="http://www.othersite.com/autologin/?token=029dd3df34ds"
That script should just check ...
2
votes
1answer
455 views
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?
4
votes
1answer
2k views
P3P and PHP session problem with iframes in Internet Explorer 9
I have a contact form inside of an iframe, which uses captcha, and therefore requires session variables. It works fine in every browser except IE9. To make it work in IE8, I added the following line ...
1
vote
1answer
178 views
How to make P3P play nicely with Azure
My co-founder and I are trying to get a P3P compact policy working with Azure so that IE users can log in to our Facebook app which is hosted in a Canvas IFRAME.
We've done the work to make the ...
2
votes
2answers
2k views
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 ...
0
votes
1answer
377 views
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 ...
8
votes
1answer
6k views
Iframe, cross-domain cookies, p3p policy, and safari with error: A required anti-forgery token was not supplied or was invalid
I asked this question a while back and found that IE blocks cross-domain cookies in an iframe unless you set a p3p policy. So far, the p3p fix has worked beautifully in ie. However, now we are ...
0
votes
2answers
2k views
How to generate and deploy P3P privacy policy in Struts2 Java
We have built a cxml Punchout Supplier site and is integrated with ariba for punchout process, when a user log's in through ariba interface and select our supplier site, our site will be accessed in ...
3
votes
1answer
4k views
Cannot set cookies in IFRAME in IE, even with P3P header
I've seen many posts here on how to get cookies to work inside an iframe in IE, and I've tried several of the solutions, but so far have had no luck. Here's what I'm dealing with:
I have an iframe ...
2
votes
0answers
452 views
P3P Compact Privacy Policy
I'm trying to get our P3P implementation working. We have generated the necessary policies. We have the meta tag with the compact policy CP="some text here...". We turned off cookies on our site, ...
1
vote
2answers
1k views
does p3p allows parent frame to read my cookies?
I am trying to understand the technical implications for setting a compact p3p header in my Facebook application. Someone has said to me that setting the p3p header in my site (iframe) will allow ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
939 views
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.
...
1
vote
2answers
424 views
PHP: working with external cookies
I have a php application that pulls in pages from a separate domain via iframes. These pages are using cookies.
I've noticed some browsers have a default set that blocks any external cookies. This is ...
0
votes
1answer
240 views
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 ...
12
votes
1answer
536 views
p3p header on GAE (Google App Engine)
I'm trying to get login working with Google App Engine via an IFRAME. It works fine on Firefox, Chrome, Opera etc. Having a problem with IE, due to the "p3p" issue.
The problem is I can't find a way ...
4
votes
1answer
2k views
iFrames + Google Analytics + Cookies + P3P
I am working on a website that generates traffic for partner sites. When a partner site's logo is clicked on our site we open the partner site in a page that contains our basic header and the partner ...

