Tysm! If i inderstand correctly i would need to store my plex library on cloudflare somehow to be ab
Tysm! If i inderstand correctly i would need to store my plex library on cloudflare somehow to be able to use it without issues. Stream or R2




OPTIONS request? *, so I don't need to handle these requests on worker.
s-maxage header? it won't be cached?OPTIONSs-maxageapp.use(
'/v1/*',
cors({
origin: 'http://example.com',
maxAge: 600,
credentials: true,
})
)