<SecurityHTTPHeaders>
SecurityHTTPHeaders
The SecurityHTTPHeaders
element creates an HTTP Security Header in the Web App.
Element | Description | Possible values |
---|---|---|
| The HTTP Security Header is an HTTP Response Header. The HTTP Security Header is used to protect the Web App against unauthorized attacks. | The element contains the following elements:
|
| The HTTP Strict Transport Security Response Header informs browsers that the website should only be accessed via HTTPS and that all future access attempts via HTTP should be automatically converted to HTTPS. | |
| The X-Frame options in the HTTP Response Header can be used to determine whether a calling browser is allowed to embed the target page in a <frame>, <iframe>, <embed>, or <object>. |
|
strictTransportSecurity
Attribute | Description | Possible values |
---|---|---|
| Sets the status of the HTTP Strict Transport Security Response Header. |
|
| Specifies whether the HTTP Strict Transport Security Response Header settings are also applied to the subdomains of the Web App. |
|
| The time in seconds for the browser to remember that the Web App may only be accessed via HTTPS. |
|
| Specifies whether the HTTP Strict Transport Security Response Header is preloaded. |
|