Hello all<br><br>I have one questions<br><br>in my VCL configuration<br><br>sub vcl_recv {<br><br>### pass if http hearder response is "SMARTPHONE:1"<br>          if (req.http.SMARTPHONE ~ "1") {<br>                return (pass);<br>
                }<br>} <br><br>in my page I set the above header response so if the responses match it will not cache<br>but it always cache? can some one help me why ?<br><br>One more question, can varnish identified for caching or not caching both in http header "response" and "request"?<br>
<br>Thanks<br>