Setting the HTTP Protocol Handler module parameters
Parameter | Default Value | Description |
---|---|---|
Port | 1610 | The TCP port number on which the parent communicates with its child. |
Maximum Thread Count | 200 | Defines the maximum thread counts. The maximum number of threads limits the number of requests which is handled. Requests received whilst there are no free threads available are dropped. |
Console Port | 1611 | The number of the port that the console uses for communication with the agent. |
Console Thread Count | 200 | The maximum number of threads that are reserved exclusively for console communication. For a client at least 4 threads are recommended. |
Maximum Number of Retries | 3 | Defines the number of times the publishing process is repeated after a failure before the whole process is declared failed. |
Retry Interval (sec) | 7200 | Defines the minimum amount of time between each retry for publishing in seconds. |
Access Control-Allow-Origin | * | Validates the HTTP Origin header value from the inbound message when processing a request from a different origin. The asterisk (*) authorizes any origin while the restrictive https://alloweddomain.com:80 value indicates that only requests from this domain are authorized. You can also clear the parameter so the CORS requests are not authorized by the server. |