So it turns out my HTTP signatures were correct...

This commit is contained in:
Anthony Wang 2023-01-18 05:05:02 +00:00
parent 53f0c72117
commit f463134952
Signed by: a
GPG key ID: 42A5B952E6DD8D38
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class fuwuqi(SimpleHTTPRequestHandler):
dump(activity['object'], f)
print(self.headers)
print(body)
resp = post('https://social.exozy.me/inbox', headers=self.headers, data=body)
resp = post('https://social.exozy.me/users/a/inbox', headers=self.headers, data=body)
print(resp)
print(resp.text)

File diff suppressed because one or more lines are too long