RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
36 stars 12 forks source link

Return status `403` error on attempt to modify non-writable hyperdrive #59

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

Currently, requests which modify a non-writable hyperdrive return 500 error. Should PUT/POST/DELETE requests return 403 instead?

RangerMauve commented 1 year ago

Gonna close this in favor of #60