What is the name of the domain?
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?