New KOBI documentation is available: https://adeo-ccdp.gitbook.io/kobi/

KOBI CORS

If configured in your site, KOBI will check the ORIGIN Header of incoming request and set the ACCESS_CONTROL_ALLOW_ORIGIN if valid.

Setup

You can setup the CORS in the Designer, under the “security” tab of your site.

You will have to fill a single field :

  • allowed-sites : regex that will be matched with the Origin header.

You should set it to something like .*\.my-domain.com and you’re done !

What's on this Page