There was an error while loading. Please reload this page.
1 parent 639126e commit 6e9e6baCopy full SHA for 6e9e6ba
resources/config/varnish-3/fos_user_context.vcl
@@ -82,7 +82,7 @@ sub fos_user_context_recv {
82
sub fos_user_context_hash {
83
if (req.http.accept == "application/vnd.fos.user-context-hash") {
84
hash_data(req.http.Cookie);
85
- hash_data(req.http.Autorization);
+ hash_data(req.http.Authorization);
86
}
87
88
0 commit comments