Cloudflare Tunnel and API services via HTTP

Hey guys! We're working on some microservices for our softwares and we made a little API service running on a docker machine tunneled via Zero Trust. It is delivering css informations to handle icons and fonts internally. Is it already considered as an CDN?
4 Replies
aytef
aytefOP17mo ago
^bump
Cyb3r-Jak3
Cyb3r-Jak317mo ago
I means depends what you are looking for it is. The content served over tunnels is eligible for cache
aytef
aytefOP17mo ago
Practically we want to host css and font files from via an api to keep it inside of our GDPR laws and to have only one source for these files
Cyb3r-Jak3
Cyb3r-Jak317mo ago
Depends on how the API looks but if it returns CSS and Font files with the correct mime type then they are eligible for cache

Did you find this page helpful?