Hello. I’m creating an API using cloud flare workers. It returns a JSON response. However, when the workers site is visited the same JSON response is returned even though I have a math.random function changing it. When I clear the browser cache, I get different response (which is intended and my goal).
How can I have the cache cleared to return a different response on every refresh (without manually having to clear cache)?