Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to embed apex application in iframe

Hello,

Can anyone please help me on how to embed the apex application in iframe. I am trying this in simple html as below. But it gives Too many redirects Error. By standalone it works fine. My apex application uses custom authentication.

<html>
<body>
	<p>other page contents here</p>
	
	<iframe width="560" height="315" src="http://server/ords/r/ws/pathways" ></iframe>
</body>
</html>

Below are my settings in Security Attributes. And I am not sure what should be given Referrer Policy.

Thanks!

Kanchana

Comments
Post Details
Added 2 days ago
0 comments
31 views