You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Bryan Call <bc...@apache.org> on 2019/03/27 20:23:48 UTC

Re: check whether it will be a hit on trafficserver

In most cases, unless you are overriding if a response can be cached, you will have to go to the origin.  The headers in the response from the origin tells the proxy server if it can be cached or not.

-Bryan



> On Mar 27, 2019, at 11:49 AM, Jason Yang <pe...@gmail.com> wrote:
> 
> Hi community, 
>    Is there anyway to check whether a request will be a hit or miss without having trafficserver serving any content and not going to origin? (I think I can do HEAD, but it goes to origin). Thank you! 
> 
> 
> Best, 
> Jason