Try sending json with activity and ld accept

main
Bob Mottram 2022-02-27 21:28:57 +00:00
parent 07420aa37e
commit 05e4cfdd2e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {