2016-11-23 11:19 AM
Hello All,
I want to know how i can allow xframe in jetty9 config on SA Server.
Thanks for your help
2016-11-23 11:23 AM
Hi can you expand a bit more on what you are trying to do here? I'm afraid I'm not understanding what you mean by XFRAME.
2016-11-23 11:29 AM
Hello David,
I want to set the X-FRAME options in Jetty 9 to allow web interface of SA server to be publish in a frame in other web portal. thanks for your help.
th
X-FRAME options in Jetty 9
2016-11-25 10:55 AM
Hello
Any idea ? for modification of jetty.xml to allow x-frame-options.
2016-11-28 04:59 AM
Hello David,
Any ideas ?
Thanks for your help.
2016-11-28 05:04 AM
Hi Ange,
I did a google search for XFRAME and jetty and couldn't find anything useful I'm afraid.
2016-11-28 10:42 AM
David,
this is a same example with Archer below :
https://community.rsa.com/docs/DOC-45208
in my case is about Netwitness SA Server
2016-11-28 10:48 AM
Hi,
Thanks for the info. I understand the problem and tried to find a way of altering the X-Frame-Options header value in Jetty. Unfortunately I couldn't find a way of doing this. I would recommend opening a "Request For Enhancement" in support. What you want to do is change the Xframe Header options to
X-Frame-Options: ALLOW-FROM https://example.com/
I tried to make some changes with the jetty-rewrite.xml file, but after making changes my jetty server didnt come up, so this is more involved.