Ademan on Nostr: *possibly* related, although I don't think so: ...
*possibly* related, although I don't think so:
https://github.com/nostr-protocol/nips/blob/master/96.md says payload should be base64 encoded, but
https://github.com/nostr-protocol/nips/blob/master/98.md says the payload should be hex encoded
This seems to be contradictory?
nostr-tools uses the hex encoding, so if the server is expecting base64 that could be a problem, although like I said, I don't *think* these servers are processing the Auth header at all by the time they send me back a 400.
I'll at least try changing it to a base64 encoded payload hash once I get back from mowing the lawn...
https://github.com/nostr-protocol/nips/blob/master/96.md says payload should be base64 encoded, but
https://github.com/nostr-protocol/nips/blob/master/98.md says the payload should be hex encoded
This seems to be contradictory?
nostr-tools uses the hex encoding, so if the server is expecting base64 that could be a problem, although like I said, I don't *think* these servers are processing the Auth header at all by the time they send me back a 400.
I'll at least try changing it to a base64 encoded payload hash once I get back from mowing the lawn...