Detailed Explanation

Cross origin resource sharing

We have added a Global Variable which must contain the list of valid domains/IPs we will accept webservice requests from.

The variable is called Webservice_CORS_Enabled_Domains

The variable can have two types of values:

  • asterisk * which means that all origin domains are accepted
  • a space or comma separated list of domains that will be searched for inclusion
Updates

Table of Contents