Hi,
I have a question, Is it possible to access the original request URL
in the esi request? We want to access the original URL's argument in
the ESI request.
We have tried to add the custom HTTP header in VCL like this:
sub vcl_recv {
set req.http.X-foo=req.url;
}
But the req.url is replaced by the ESI URL in the ESI request, not the
original main request.
Thanks.
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc