> You wanna use req.url, e.g. > sub vcl_fetch { > if (req.url ~ ....) > Thank you for your fast answer! I thought I wanna use the statements shown in the example. In the Internet, I see a lot of vcl examples where beresp.url is used with 2.1 even in the official docs it is shown. So I'm a little bit irritated that this does not work.