Question
4
Replies
378
Views
Posted: December 6, 2017
Last activity: May 18, 2018
Closed
Enable X-Frame-Options in PRPC 5.5
Hi,
We have an application running on PRPC 5.5 and want to enable X-Frame-Options in web.config.
If we set it to SAMEORIGIN we are facing one issue where portal is not showing heading logo in top left section.
How can we make this work? Is there any specific rule that pega has in PRPC5.5 to enable x-frame-options.
Thanks!
-- Edit
Observed that none of gif and png images are getting displayed.
Hi Akshay
There is nothing in version 5.5 that allows you to set that header. Assume you have set this up in IIS similar to what this article describes: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
You may want to try and run this in IE/Chrome developer tools to see if there is any console info that describes what is happening to your gif and image files.