Adding Custom Headers to a Decisions Installation
To add custom HTTP Headers to a Self-Hosted or IIS Installation:
1 From the Local File System, navigate to C:\Program Files\Decisions\Decisions Server.
2 Open Settings.xml with the desired Text Editor.
3 Before the closing </Settings>tag, add the following code snippet:
PowerShell
<CustomHeaders><CustomHeader> <Name>X-Frame-Options</Name> <Value>SAMEORIGIN</Value> </CustomHeader> <CustomHeader> <Name>X-XSS-Protection</Name> <Value>VALUE</Value> </CustomHeader> <CustomHeader> <Name>X-Content-Type-Options</Name> <Value>VALUE</Value> </CustomHeader> </CustomHeaders>
4 Save and close the Settings file.
5 Restart the Decisions environment.
from: https://documentation.decisions.com/v9/docs/adding-custom-http-headers-to-a-self-hosted-installation
Howdy, Stranger!
Categories
- 4.1K All Categories
- 60 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions