mirror of
https://git.exozy.me/a/fuwuqi.git
synced 2024-11-25 05:51:00 +00:00
So it turns out my HTTP signatures were correct...
This commit is contained in:
parent
53f0c72117
commit
f463134952
2 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue