Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex in IFRAME cookie problem (P3P IE6+)

Steven HarropSep 9 2013 — edited Sep 16 2013

Hi All,

I am having a problem with IE not displaying my content within an IFrame - due to IE not trusting the Apex cookies.

This problem was resolved on the Apex forum in 2009 - https://forums.oracle.com/thread/887792

The solution was to set the P3P policy in the web server header response :

For example

1. PHP

header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');

2. ASP.NET

HttpContext.Current.Response.AddHeader("p3p","CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"");

3. Apex solution

I add this section to httpd.conf (Apache proxy)

*<IfModule mod_headers.c>*

Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"NOI DSP COR NID CUR ADM DEV OUR BUS\""

*</IfModule>*


Now I have the same problem but I am hosted in the cloud.


Here is a page with my content embedded - (Bradford Uni) : test widget - SACU


This works fine on chrome/firefox...


Is there any other way to set P3P header in the database cloud ?


Big thanks


Steve

This post has been answered by Steven Harrop on Sep 16 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2013
Added on Sep 9 2013
2 comments
2,363 views