Enable cross-origin resource sharing support to BEMS-Docs
BEMS-Docs
You must set the AllowedCorsOrigins parameter in
BEMS
to allow cross-origin resource sharing (CORS) for Docs Self-service API calls. - Sign in to the computer that is running theBEMS-Docsservice.
- In a browser, open theBEMSKaraf Console Configuration web site. Typehttps://localhost:8443/system/console/configMgrand log in as an administrator with the appropriateMicrosoft Active Directorycredentials.
- On the menu, clickMain > Gogo.
- In the command, type the following to add the CORS origin to the list of origins that can access theBEMS-Docsservice:docs:config AllowedCorsOrigins “https://. Separate the CORS URLs with a comma and no space.domain1.com:8080,https://domain2.com:8089"
- Close the browser.