semapps icon indicating copy to clipboard operation
semapps copied to clipboard

Implement WAC-Allow header

Open srosset81 opened this issue 4 years ago • 0 comments

Currently we find about the rights we have on a resource by fetching the whole ACL resource (and we don't use the Link header, which make the code incompatible with Solid).

But there exists a header to know about the rights on the resource !

http://solid.github.io/web-access-control-spec/#wac-allow

This means we would only need to GET the resource, and we could know faster if we have write permission, for example.

The data provider should still fetch the ACL resource if no WAC-Allow header is provided.

srosset81 avatar Aug 29 '21 18:08 srosset81

@srosset81 Cette issue est-elle toujours d'actualité ?

fluidlog avatar Jan 25 '22 08:01 fluidlog

Oui

srosset81 avatar Jan 25 '22 12:01 srosset81