Configuration
...
key | description | example |
---|---|---|
webso_events_url | The url which is called. | https://host/servlet |
webso_events_filter | A comma seperated list of events that should be fired. If this option is not set, all events are fired | RENDER_RETURN,USER_FINISH |
webso_events_retry | The time waited in milliseconds until the event call is repeated. If this option is not set, the event won't be fired again. | 3000 |
webso_events_retries | Number of retries. -1 (default) means infinitive retries | 3 |
additional Request Header
...