Hi,
there is the security recommendation to set "X-Frame-Options" to "deny" in the HTTP server's response header.
Is there any possibility to set up the Keil HTTP server that way?
(I am using webserver 7.14 from current middleware 7.12)
You may try using the API netCGI_CustomHeader() to add your custom HTTP response header
www.keil.com/.../group__ws__cgi__script.html
Yay, thanks Chen, I guess this is exactly what I was looking for. For some reason, I had overseen it, only found HTML header manipulation and options provided in Net_Config_HTTP_Server.h...