Can I disable cache for requests from an IP address?

What is the name of the domain?

example.com

What is the issue you’re encountering

I am not sure if there is a way to have requests from one IP address bypass the cache.

What steps have you taken to resolve the issue?

I have gone through many questions in these forums and read the documentation, but it is not clear to me if the x-forwarded-for header is added before cache requests are processed so that if I create a cache rule (http.x_forwarded_for eq "203.0.113.201") to bypass cache and send all requests directly to the origin server, will this work for just normal requests from a browser at the configured IP address to see how the server is actually responding to the requests?

You can use ip.src, like this:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.