Hi,
I got the following error when trying to fetch from activities/xxx/streams:
Access to fetch at 'https://www.strava.com/api/v3/activities/15565079206/streams?keys=latlng&key_by_type=true' from origin 'https://strava-mapy.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
When debugging in chrome, I can see on “Network tab” no Access-Control-Allow-Origin response header for activities/xxx/streams request:

It seems like a bug. It must have disappeared recently because I remember two weeks ago it worked fine.
I also noticed that other methods work fine - let’s see for example response headers for /activities method:

Could you check it, please? Can you add Access-Control-Allow-Origin back to activities/xxx/streams method?
Thanks a lot,
Jan