CORS header issues when using KNIME REST API

Yes that is exactly what I am trying to do, deploy a KNIME workflow as a RESTful web service based on an AWS-based KNIME server.

So I have my workflow in the knime server(AWS). My client will call the REST API (GET), then it will run the model with his credentials, and he will get the recommendation.

Thanks.