remote-apis icon indicating copy to clipboard operation
remote-apis copied to clipboard

asset API: loosen restrictions on qualifiers

Open mostynb opened this issue 7 months ago • 19 comments

The spec previously stated that servers must reject Fetch requests if there were unsupported qualifiers specified. This was too strict- consider for example a scenario where the client specifies both SHA256 and SHA512 qualifiers, and the server only supports one of these. Supporting only one of these should be sufficient, and the server should be free to accept such a request.

mostynb avatar Mar 09 '25 21:03 mostynb