Questions tagged [p3p]

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.

83 questions
1
vote
2 answers

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 going to cause quite a problem for me. I've…
iamjonesy
  • 23,004
  • 39
  • 130
  • 203
1
vote
0 answers

Third Party Cookie browser restriction - Tableau Embedded view

I have few dashboard created in tableau. I am embeddeing these dashboard in a ASP.NET web page and providing it to my customers. The tableau trusted authentication has been implemented to get the ticket from tableau and render the visualizations.…
Karthik Venkatraman
  • 1,459
  • 2
  • 20
  • 41
1
vote
1 answer

Any possible trick or technique to read third party cookies in IE11 on windows 10

Microsoft has removed P3P policy, through this we can read and create third party cookie in IE on windows 8.1 and earlier. But after removing this we can't create or read third party cookies. We have on centralize system for authentication on…
Govind Malviya
  • 12,709
  • 16
  • 65
  • 90
1
vote
1 answer

rails 3.1 iframe issue

I am trying to open an iframe in my application and its not loading, its giving me a error message like WARNING: Can't verify CSRF token authenticity and logging me out. Cam any one suggest as to what could be the workaround. Thahnks. This link…
opensource-developer
  • 1,990
  • 1
  • 20
  • 57
1
vote
1 answer

p3p header not working in chrome/safari

I have a site that uses an SSO solution with another site. It does this by embedding an iFrame in the site for login. The issue that I am having is that with Chrome and Safari, it does not save the login cookie when 3rd party cookies is disabled.…
Joshua Sharp
  • 11
  • 1
  • 2
1
vote
1 answer

IE7 cookies not sticking on browser close. Could it be P3P? How the cookie is set in the Java?

I'm having difficulty with getting cookies to stick in IE7. Whenever the browser is closed, the cookie is cleared or not remember when I bring up a new window. I'm have a bad time trying to find the right answer on Google, so I was wondering if…
Kgosser
  • 324
  • 1
  • 2
  • 12
1
vote
1 answer

Setting P3P headers in Apache causes Internal Server Error

I wanted to set the P3P Headers by adding them to .htaccess using the following: Header set P3P "CP="ALL DSP COR CUR ADM TAI OUR IND COM NAV INT"" However, this causes an Internal Server Error. The only related…
AnuragBabaresco
  • 604
  • 7
  • 19
1
vote
1 answer

is it worth implementing P3P on a website/web application?

Is it worth implementing P3P on a new asp.net website/web application? Or any website I guess?
Mark Redman
  • 22,537
  • 19
  • 88
  • 134
1
vote
1 answer

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 application writes few cookies on the user system). So…
dharam
  • 7,306
  • 15
  • 59
  • 87
0
votes
1 answer

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 which site have to set p3p header ?
jayesh
  • 2,233
  • 6
  • 40
  • 75
0
votes
2 answers

Any recommendation for p3p policy editor?

Can you recommend a good p3p policy editor? preferably open source + free.
Nir
  • 22,471
  • 25
  • 78
  • 114
0
votes
1 answer

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 browser that gets the page and compare the policy to…
fans
  • 1
  • 1
0
votes
1 answer

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 the token against DB, set a logged_in session if…
gio
  • 1
  • 1
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
  • 676
  • 1
  • 8
  • 19
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
  • 89
  • 1
  • 11