Skip to content

Commit 639126e

Browse files
authored
Fix authorization header name
1 parent 42f4783 commit 639126e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config/varnish/fos_user_context.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sub fos_user_context_recv {
8282
sub fos_user_context_hash {
8383
if (req.http.accept == "application/vnd.fos.user-context-hash") {
8484
hash_data(req.http.Cookie);
85-
hash_data(req.http.Autorization);
85+
hash_data(req.http.Authorization);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)