2022.1

Table Of Contents
Note
The 'Forward all HTTP traffic to HTTPS' option (see "NodeJS Server Input
plugin preferences 1" on page805) does not affect proxies. All routes set as
proxy in Workflow will be forwarded to the target specified in the proxy list.
l
Cross-Origin Resource Sharing (CORS)
l
Allowed Origins: Enter an origin (everything in a URL before the path, e.g.
http://www.example.com). The Workflow server will add this value to the
Access-Control-Allow-Origin
header, which signals to the browser that it is allowed to make the request. This
enables cross-origin resource requests, such as AJAX requests.
The default setting "*" is a wildcard that allows all cross-origin resource requests.
NodeJS Server Input plugin preferences 3
The third HTTP Server Input plugin preferences page provides an authentication mechanism
for ActiveDirectory by LDAP.
The LDAP port is 389.
l
Enable authentication: Check to enable authentication for ActiveDirectory via LDAP.
Any process that starts with a NodeJS input task will then require the user to authenticate
before it can run. Until the user has been successfully authenticated, the Workflow
process is never triggered. After a certain number of failed attempts, the NodeJS server
will lock out the user for a certain length of time, to discourage denial of service attacks.
l
ActiveDirectory Server: Enter the address of the ActiveDirectory Server.
l
Domain: Enter the domain for authentication.
Note
In the address of the server and in the domain name the following characters should not
be used: , + $@ # < > ' ; | {} ~ [] * " :
Page 808