commit 40b6ff061f5395c56ef4e60c26eebb724962fa39
parent fc65ecfdaf6c0c0c985d387cf4ad8b8bc52703ae
Author: Sebastian <sebasjm@taler-systems.com>
Date: Sun, 3 May 2026 19:55:18 -0300
402 resp change based on cookie
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/paivana-httpd_templates.c b/src/backend/paivana-httpd_templates.c
@@ -305,7 +305,8 @@ load_paywall (struct MHD_Connection *conn,
MHD_add_response_header (reply,
MHD_HTTP_HEADER_VARY,
MHD_HTTP_HEADER_ACCEPT_LANGUAGE ", "
- MHD_HTTP_HEADER_ACCEPT_ENCODING));
+ MHD_HTTP_HEADER_ACCEPT_ENCODING ", "
+ "Cookie"));
GNUNET_break (MHD_YES ==
MHD_add_response_header (reply,
MHD_HTTP_HEADER_CACHE_CONTROL,