Reputation: 1344
I'm trying to access STREAK Api using angular. When i'm sending the request to Streak i'm getting a CORS Policy error but when trying to access the same request using Node.js i'm getting the response.
So my question is, why is that happening? both the client and the server are hosted on localhost
Upvotes: 0
Views: 139