O OMS Member Sep 18, 2021 #1 Hi, I want to set X-Frame-Options in my b4J jetty server application (which is a http header option). I have checked jetty documentation but i didn't find relevant options. Thanks
Hi, I want to set X-Frame-Options in my b4J jetty server application (which is a http header option). I have checked jetty documentation but i didn't find relevant options. Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2021 #2 You can use resp.SetHeader to set the response headers. Upvote 0