Hi varnish users,
Is there a simple way to check url length in a VCL ?
Like described here :
https://www.varnish-cache.org/trac/ticket/701#comment:1
Some code like : if (length(req.http) > 200) {...}
Should be great, but this seems not to work.
The best way could be to use inline C code with strlen ?
Best Regards
David.