<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">I am trying to figure out if it is at all possible to purge objects in the varnish cache through the URL in the browser.<br>
<br>I have been able to purge using curl -X and the CLI but, say you have an object called image.jpg and you want to open your browser and type:<br><br> <a href="http://www.domain.com/images/image.jpg?purge=true" target="_blank" style="color: rgb(42, 93, 176); ">http://www.domain.com/images/image.jpg?purge=true</a><br>
<br>In order to purge it ( TTL=0 ). Is this possible to do? Can it be implemented with VCL? If you know of a way to handle this please let me know.<br><br>I'm somewhat convinced it can be done because it was mentioned here:<a href="http://kristianlyng.wordpress.com/2010/07/15/varnish-crash-course-for-sysadmins" target="_blank" style="color: rgb(42, 93, 176); ">http://kristianlyng.wordpress.com/2010/07/15/varnish-crash-course-for-sysadmins</a><br>
<br>Thanks!!!</span>