My webpage serves different content based off the query string parameters, and the order of the parameters doesn't matter.<div><br></div><div>For example, these two URLs result in the same content:</div><div><br></div>
<div>/index.php?a=1&b=2</div><div>/index.php?b=2&a=1</div><div><br></div><div>The URL generation is out of my control, and there are many possible parameters.</div><div><br></div><div>As far as I can tell, Varnish will generate different hashes for these two URLs.  Is there anything I can do?</div>
<div><br></div><div>Thanks,</div><div>Dan</div>