2021.2

Table Of Contents
l
Resource folder: Type the path of the folder where your resources are located, or
click the Browse button and choose the folder in the browse dialog.
Note
Subfolders are accepted in the structure, so if your resource folder contains a folder
called faces, you could refer to a file in this folder as
href="images/faces/johnsmith.jpg".
l
Capture OnTheGo group
l
Authentication Key: Enter the authentication key for the COTG repository. This key
can be found in the Settings section of the COTG Web Administration Panel.
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.
l
Form Data Encoding: Specifies how form data, which was sent to the web server,
should be interpreted.
Even though it is strongly recommended to use the <meta charset="utf-8"/> element in
web pages, some might use another encoding or not have the element at all, affecting the
character set used by the browser to send the parameters and file names.
l
System language: Sets the encoding attribute in the request XML file to the system
codepage (e.g. Windows-1252).
l
UTF-8: Causes all parameters as well as file names from the request to be
interpreted as a UTF-8 text stream.
With this option enabled, POST attachment file names will be randomized on disk to
avoid misinterpretation. If the original file name is needed, it can be found in the
original attribute of the file tag in the request XML.
Page 797