I have a file on my server that checks a user hasn't accessed it more than 5 times in the past 5 minutes by saving the IP address of every request. Since having varnish installed, the file is denying access to everyone because for some reason the IP address that is being stored is always my server IP. How would I make sure that requests to that file pass the users IP address?<br>


<div><br></div><div>hope you can help?</div>