Request Strapi's REST API behind a CDN

This tutorial will focus on the problem of network latency when requesting large numbers of media assets from a REST API and, in particular, how a Content Delivery Network (CDN) can help to solve this issue.


This is a companion discussion topic for the original entry at https://strapi.io/blog/request-strapi-s-rest-api-behind-a-content-delivery-network-cdn

But how do we prevent cors errors from occuring when using this method?

Hey Serdar, Images are uploaded through the SDK and you can access the url with the IMG tag on the frontend, I don’t see where the cors error would occur, Can you give more details of the error you’re experiencing?