You are not logged in.
Hi!
I would add some HTTP headers to my REST server. I found how to add for each API but not to all the API.
For example, I would add the Strict-Transport-Security (HSTS) or Access-Control-Expose-Headers header.
Last edited by Edtech (2019-08-26 14:35:20)
Offline
@Edtech or in case if you don't want to use reverse proxy, your can set .StrictSSL property of mORMotBP HTTP server to
strictSSLOn
strictSSLIncludeSubDomains
Offline
Ok for HSTS, but it's not natively in Synopse (I use TSQLRestServerDB). And if I want customize the other headers ?
Offline