We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1155b3 commit 9819529Copy full SHA for 9819529
app/code/community/Nexcessnet/Turpentine/Model/Observer/Esi.php
@@ -297,6 +297,11 @@ public function injectEsi($eventObject) {
297
);
298
}
299
300
+ /**
301
+ * Keep params from original url
302
+ */
303
+ $urlOptions['_query'] = Mage::app()->getRequest()->getParams();
304
+
305
$esiUrl = Mage::getUrl('turpentine/esi/getBlock', $urlOptions);
306
if ($esiOptions[$methodParam] == 'esi') {
307
// setting [web/unsecure/base_url] can be https://... but ESI can never be HTTPS
0 commit comments