Let's say I have a SaaS product, and I'm running the API in a worker. I want to charge for bandwidth
Let's say I have a SaaS product, and I'm running the API in a worker. I want to charge for bandwidth served from that Worker. I could read the Content-Length from the downstream server but I know Cloudflare can change the content-length after serving it (compression etc). Is there any way to get that data broken down by request? Workers Trace Events seem to not have that information AFAICT. I guess you can do it on enterprise but that's not in the budget right now.


