Who Add "_" Single Underscore Query Parameter? Who Add "_" Single Underscore Query Parameter? apache apache

Who Add "_" Single Underscore Query Parameter?


jQuery adds a parameter like that to get around IE's caching.

edit:it only adds it for get requests, and only if the option cache is false:

cache: false


Probably it's a dummy parameter added by the reverse proxy to force non-cached content to be served.