From 05e4cfdd2eaf7a21269bcd830af8850e2975d047 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Feb 2022 21:28:57 +0000 Subject: [PATCH] Try sending json with activity and ld accept --- httpsig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpsig.py b/httpsig.py index 45aeb4268..58cfad0a6 100644 --- a/httpsig.py +++ b/httpsig.py @@ -252,7 +252,7 @@ def create_signed_header(dateStr: str, private_key_pem: str, nickname: str, # Content-Type or Accept header if not content_type: - content_type = 'application/activity+json' + content_type = 'application/activity+json, application/ld+json' if not withDigest: headers = {