ENDPOINT ZOHO CREATOR

ENDPOINT ZOHO CREATOR

I created a function to perform the action of POST, GET and PUT in order to use it outside our portal and create more dynamic forms using a cloud server.

Params = “qAvhbBBJJsQysd45DdkvTR34A”

// The data you sent are.
{
    “method”: “POST”,
    “view”: “client”,
    “data”:{
        “firstName”: “test”,
        “lastName”: “system”
    }
}

But when consuming it I get CORS restriction.

Doing some research I came across this information.

“Configure the API to allow requests from the source of your application: This implies that the Zoho Creator API must be configured to include appropriate CORS headers in its responses. You can review the Zoho Creator documentation or contact their technical support for details on how to configure the API to allow requests from your specific domain.”

How can I consume the zoho creator API, if anyone can help me.

Note: by postman it works fine.