wodby / varnish

Varnish docker container image
https://wodby.com/stacks/varnish
MIT License
59 stars 29 forks source link

Make VCKEY cookies available on backend #17

Closed pprishchepa closed 5 years ago

pprishchepa commented 5 years ago

We have to consider making client VCKEY-* cookies available on a backend to have an ability to contextualize cachable request.

pprishchepa commented 5 years ago

Reverted commit PR #19. There is no way to pass cookie to backend without caching them. Cookie caching is bad practice which we should avoid.