Jump to: navigation, search

cross-origin Section

allowedOrigins

Default Value: None
Valid Values: List of origins in the format <scheme>://<domain>[:<port>]

For example:

  • "http://*.genesys.com"
  • "http://intranet.domain.com:8700,http://<host>:<port>,http://<ip_address>"
Important
This option does not have a default value. In order for Co-browse to work properly, you must enter a value before starting Co-browse.

Changes Take Effect: Immediately

A comma separated list of origins, such as instrumented web sites, allowed to access the Co-browse Server. If an allowed origin contains one or more "*" characters (for example, http://*.domain.com), then "*" characters are converted to ".*". Any "." characters are converted to "\.". The resulting allowed origin can be interpreted as a regular expression.

disableHttpOptionsRequest

Default Value: false
Valid Values: true or false
Changes Take Effect: Immediately

Available starting with Co-browse Server 8.5.003.07

If set to true, disables all HTTP OPTIONS requests.

Disabling HTTP OPTIONS may slightly affect performance as it blocks the long-polling transport, which needs OPTIONS requests. Generally, Genesys does not advise you disable HTTP OPTIONS unless required by your security policies.

This page was last edited on March 2, 2018, at 17:56.
Comments or questions about this documentation? Contact us for support!