8.18.32016-03-14

HTTP Server Input 2 User Options

The HTTP Server Input 2 user options are used to enable serving static HTTP resources, as part of an HTTP Server workflow. These resources are referred to within the HTML response file and do not pass through a process to get served so the process is very quick. Static resources are especially useful for additional formatting of HTML files such as JS (Javascript) scripts, CSS files and images, since they are not dynamic and generally shared between multiple dynamic files.

The available HTTP Server 2 user options are as follows:

Subfolders are accepted in the structre, 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".