Hello,
I have already setup Cloudflare Growthbook SDK and it works. However, I have a problem with caching.
My infra setup is: Cloudflare -> Azure cache -> FE server. Azure cache - caches pages by path and query param. But as I understand both ab test versions will go from edge worker to FE server as regular URL. So, the problem is that cache may return A version of the website when user should receive B version.
• Do you have any recommendations on how to have caching while using Cloudflare edge worker?
• What URL does edge worker sends to FE server? Maybe it adds some query params?
• Is there any docs, how it works under the hood?