Re: Issue on Ofbiz in Iframe

2017-04-26 Thread Jacques Le Roux
Hi Amalesh You might also be interested by https://cwiki.apache.org/confluence/display/OFBIZ/How+to+Secure+HTTP+Headers and https://issues.apache.org/jira/browse/OFBIZ-6766 But please remember to rather use the user ML for such questions, see why here

Re: Issue on Ofbiz in Iframe

2017-04-25 Thread Aditya Sharma
Hi Amalesh, You can also set it in web.xml file of your component as Apache Tomcat has already provided the support for that. Just add *HttpHeaderSecurityFilter* and then you can set these options as param. HttpHeaderSecurityFilter HttpHeaderSecurityFilter

Re: Issue on Ofbiz in Iframe

2017-04-12 Thread Deepak Dixit
Hi Amalesh, If you want to render some specific view to iframe then you can set the x-frame-options in view mapping as well. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Wed, Apr 12, 2017 at 4:30 PM, Shubham Agrawal < shubham.agra...@hotwaxsystems.com> wrote: > Hii Amalesh, > >

Re: Issue on Ofbiz in Iframe

2017-04-12 Thread Shubham Agrawal
Hii Amalesh, X-Frame-Options is a security implementation which is inserted by the server in response header. This response header avoids any browser to render a page in HTML tags like . According to you, the X-Frame-Options is set to SameOrigin. For your case to work, I think you can change it

Re: Issue on Ofbiz in Iframe

2017-04-12 Thread Taher Alkhateeb
Hi Amalesh, What do you mean by "I imported running ofbiz in to my project through Iframe"? I'm not sure I understand what you're referring to? Cheers, Taher Alkhateeb On Wed, Apr 12, 2017 at 10:09 AM, amalesh paul wrote: > Hello, > My name is Amalesh, I am

Issue on Ofbiz in Iframe

2017-04-12 Thread amalesh paul
Hello, My name is Amalesh, I am using Apache ofbiz 16 version in my project. For that I imported running ofbiz in to my project through Iframe. It is not working, when I debug the browser could not able to display the url because it set 'X-Frame-Options' to 'sameorigin'. Now I want