CORS err while calling API

Hello , I’m trying to integrate Aikaan API in my angular project but I get CORS error while calling any API.

Hi @Oizom_web_dev ,

We do not support

Access-Control-Allow-Origin *;

on our back-end REST APIs due to security reasons on https://experience.aikaan.io/

One way out is to make REST call to https://experience.aikaan.io/ from your back-end. Let me know if this works.

Thanks
C