Web presentation engine
When a client connects at runtime to the specified web server URL, generate an interactive session for the authenticated user
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Dynamic variables polling time | DynamicVariablesPollingTime | Time interval for the periodic reading of the dynamic link source field variables | |
Protocol | Protocol | Protocol used for communication between web clients and the server, either https or http | |
IP address | IPAddress | Server IP address. If you host the server locally, set its IP address to "127.0.0.1". Do not use the "localhost" keyword and do not include the protocol information ("http://", "https://") before the IP address | |
Maximum number of connections | MaxNumberOfConnections | Maximum number of clients that can connect to the web server | |
Allowed remote sources | AllowedRemoteSources | List of remote sources that can be loaded separated by ';'. The accepted formats are: Internet host by name or IP address. The URL pattern, port number and path are optional. Wildcards ('*') may be used for subdomains, host address and port number (e.g. 'https://store.example.com;*.example.com') | |
SSL certificate | Certificate | Certificate files to be used for HTTPS connections with SSL. If these fields are left empty, a self-signed certificate will be generated and used. | |
Provide Feedback