Hello Team, We are trying to integrate FS app infot another java app which is running on other port. That means that while using i-frame we get X-Frame-Options Header which deny such an action. According to the documentation of Tomcat9 we added some params to the Tomcat config file and they work for other apps:
but seems that somewhere in the application .war file this is overrided because it always returns $ curl -I http://ip:port/formspider2/main.html?name=CL0060305\&sid=784778
X-Frame-Options: SAMEORIGIN
Is there any way to make it work in frame? |
Hi Anatoly, You are right that SAMEORIGIN header is set under the hood as a security restriction. It is configured inside "main.jsp" file at the root level. You can modify this file according to your requirements. Kind Regards, Serdar thanks! that worked
(18 Jan '19, 07:14)
viktorK
|