I am trying to access the database api, but am getting an Invalid CORS request on any call I try to make. I created a new app to connect to the API and am using OAuth. It says it is connected, but I am getting the Invalid CORS request even in the in the Wrike API Docs when I try the calls there.
I am not familiar with what CORS is, so I don't rreally know where to start looking for solutions. Is it an Auth issue? Aconnection issue? A call issue?
I am using this url to send my requests per the docs
https://www.wrike.com/app/wrike_v2_web/public/api/v1/
But I also tried app-us2.wrike.com with no luck
thanks for any help