hzrd149 @hzrd149 1775925306 Also the /upload endpoint should really be a POST and not a PUT... I should have read the HTTP spec first I guess hzrd149 @hzrd149 · 1w Reading over section 9.6 of RFC 2616 I'm not sure why I didn't make the upload endpoint on blossom servers a `PUT /<sha256>` instead of a `PUT /upload`. it would make a lot more sense... 🤔 https://www.rfc-editor.org/rfc/rfc2616#section-9.6 2❤️1