Cross Origin Resource Sharing (CORS)
Cross Origin Resource Sharing (CORS) refers to the accessibility of restricted resources on a web page requested from an external domain outside of its origin.
Customer Collaboration Platform public APIs (Chat, Task etc.) support CORS. This implies that Customer Collaboration Platform APIs can now directly be invoked via web browsers from an external site hosted on a different host and domain location than Customer Collaboration Platform.
CORS support is permanently enabled, and pre-flight OPTIONS requests are also supported.