<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi all,</div>
<div><br>
</div>
<div>I have some js in a site on my backend that does a jQuery get on an ajax page within the same site (so in theory all the work takes place in the same webserver).</div>
<div>The code looks something like this:</div>
<div><br>
</div>
<div>
<div>jQuery.get('/ajax?reqtype=providersearch&location='+mylocation+'&maxdistance='+maxdistance+'&cat=,'+mycat);</div>
<div><br>
</div>
<div>Of course I'd like to repopulate the Varnish cache for a long list of zip codes, so I set up a wget that would hit this ajax page for any number of location variables.</div>
<div>The only problem is that from <span style="font-weight: bold; ">within</span> the site, it doesn't know about Varnish and doesn't go thru Varnish as the front end… so my prepopulated cache is worthless when my page hits that same ajax from within a web
 session.  At least I think that's what's going on.</div>
<div><br>
</div>
<div>I thought that forcing a fully qualified url might cause the jQuery.get to go outside the server and come thru the Varnish front door, so I coded this:  </div>
<div><br>
</div>
<div>jQuery.get('http://[my.website.address.com]/programs/roadmap/ajax/?reqtype=providersearch&location='+mylocation+'&maxdistance='+maxdistance+'&cat=,'+mycat);</div>
</div>
<div> </div>
<div>Still no dice.  Anyone have experience getting an ajaxed chunk of data cached effectively using Varnish?</div>
<div><br>
</div>
<div>Thanks for your help, I'm new so if this is obvious please forgive my ignorance!</div>
<div>
<div style="font-family: Calibri; font-size: medium; border-style: none none solid; border-bottom-width: 1.5pt; border-bottom-color: windowtext; padding: 0in 0in 1pt; ">
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; border: none; padding: 0in; ">
<span style="color: rgb(31, 73, 125); "> </span></p>
</div>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span style="color: rgb(31, 73, 125); ">Joy Payton<o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span style="color: rgb(31, 73, 125); ">Web Services<o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span style="color: rgb(31, 73, 125); ">X 67658<o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span style="color: rgb(31, 73, 125); "> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><span style="color: rgb(31, 73, 125); ">great service </span><span style="font-family: Wingdings; color: rgb(31, 73, 125); ">à</span><span style="color: rgb(31, 73, 125); "> great discoveries<o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; "><i><span style="color: rgb(31, 73, 125); ">Have I provided you with great service that powers your great discoveries?</span></i><i><span style="color: rgb(31, 73, 125); ">  <a href="http://www.surveymonkey.com/s/TXW3MM9" style="color: purple; ">Tell
 me about it.</a></span></i></p>
</div>
</body>
</html>