How is your page loading the '/Scripts/jquery-1.3.2.min.js' file? Whoever is generating that GET is adding the query string. I take it that it's not just being loaded with a simple <script> tag?
If you can post a link to a test page, it would make it a lot easier to guess what might be happening. :-) -Mike On Mon, Oct 12, 2009 at 12:50 PM, Bob <baconeater...@gmail.com> wrote: > > I'm troubleshooting a page display glitch involving jQuery & AJAX. > When the glitch happens, Fiddler shows the following as one of the > requests: > > GET /Scripts/jquery-1.3.2.min.js?_=1255309685187 > > Normally, the request has no query string and the response status code > is 304: > > GET /Scripts/jquery-1.3.2.min.js > > However, every so often a query string is appended. Where does this > query string come from? What does it mean? > > I wonder if the AJAX call fails, and then jQuery is refetched with > that query string for some reason. > > The webserver is Visual Studio's Development Server, and I usually see > this in IE8. Occasionally I'll see it in Firefox though. The app is > ASP.NET MVC. >