Case study:
Each client accesses the same content but in different url which means that they do not share the cloudflare cache in files with video content (.ts)
Problem resolution:
Create code for cloudflare workes that does the following:
read and write cached cloudflare in a way that with cache in different URL’s share all the content * .ts
Resolution diagram:
customer 01
*/random_path/int_int.ts
\
----------> int_int.ts(CLOUDFLARE CACHE)
customer 02 /
*/random_path/int_int.ts
If someone in the community can help me, I will be very grateful.