Currently, my side-project webapp that I want to integrate with Toggl is blocked because the APIs do not allow CORs requests. I don’t want to set up a server instance, I just want to fetch some data and display it in the browser for my personal benefit. Can you please add the Access-Control-Allow-Origin '*' to the responses API so I can use it?
Additional information on the header is available at: Access Control Allow Origin | MDN
I’ve been a user of Toggle for 5+ years, and I totally love it. I’m also a software developer and I need to summarize my time data results in a pretty specific format for my work. I built a prototype using a CSV export, but now I want to automate the data retrieval with the APIs. I was able to get the data using cURL commands, but moving to the browser is blocked by CORs. I really don’t want to set up a relay server just for this side project that is supposed to be low-effort and helpful.
