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 e512a3b commit 430d059Copy full SHA for 430d059
Block/GeoIp/GetAction.php
@@ -108,7 +108,9 @@ protected function _toHtml() // @codingStandardsIgnoreLine - required by parent
108
if (empty($header)) {
109
$this->response->setHeader("x-esi", "1");
110
}
111
- // HTTPS ESIs are not supported so we need to turn them into HTTP
+ // Due to Varnish parser limitations HTTPS ESIs are not supported so we need to turn them into HTTP URLs
112
+ // This does not mean that request will go over HTTP. ESI subrequest will go out to the backend that is
113
+ // currently specified so if it's HTTPS it will go over HTTPS
114
return sprintf(
115
'<esi:include src=\'%s\' />',
116
preg_replace(
0 commit comments