Jump to: navigation, search

cross-origin Section

allowedOrigins

Default Value: "*"
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>"

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.

This page was last edited on December 4, 2014, at 18:25.
Comments or questions about this documentation? Contact us for support!