commit 7c4dced359fcb4888749a737a6cb3041894c37bf
parent 3f0bed9b71a3240170e2b1c29d1f787a3270808e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 May 2021 23:14:12 +0200
improve error message (fixes #6885)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1912,7 +1912,7 @@ url_handler (void *cls,
MHD_HTTP_UNAUTHORIZED,
TALER_EC_GENERIC_PARAMETER_MALFORMED,
"'" RFC_8959_PREFIX
- "' prefix missing in 'Authorization' header");
+ "' prefix or 'Bearer' missing in 'Authorization' header");
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_UNAUTHORIZED,
TALER_EC_MERCHANT_GENERIC_UNAUTHORIZED,