Javascript – Getting CORS Error when calling BambooHR API
I'm trying to call the BambooHR API in my React (TS) project, but I keep getting CORS error from both localhost and server. I'm not sure why as this API is supposed to be public. The API call works on…