variables not updating
my workers variables seem to be cached, how can I force them to reset?
I have a variable which I just changed (it's an auth header value) the old one is still working but the new one is returning 401 (by my own code, meaning it's still comparing with the old variable)
I have a variable which I just changed (it's an auth header value) the old one is still working but the new one is returning 401 (by my own code, meaning it's still comparing with the old variable)