varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

vmod_header can be used in vcl_backend_fetch? #90

Closed redbox-cdn closed 6 years ago

redbox-cdn commented 6 years ago

I would like to control bereq header below.(varnish4.1x)

header.append(bereq.http.Accept-Encoding, "aaa");
header.append(bereq.http.Accept-Encoding, "bbb");

But bereq.http.Accept-Encoding header is "aaa". (not "aaa,bbb") is it possible to handle the bereq using vmod_header ?

gquintard commented 6 years ago

Let's keep this bug tracker for bugs, please use https://varnish-cache.org/lists/mailman/listinfo/varnish-misc for such questions.