You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
we need to specify that you can subscribe to changes in a resource which currently does not exist, and get a ping when it is created (and thereafter to any changes).
The headers Update-via and `MS-Author-Via: are sent on 404 as well as 200.
NSS sends the headers now. i haven't tested the actual WS ping message on file creation.
Alice wants to access Bob's class notes, but gets a 403. She clicks a button to send an access request to Bob's inbox. Bob's inbox bot recognizes Alice as a close friend and updates permissions. Now Alice can view the notes.
Same use case as above with a 402 for a paywall etc.
In the bit about live update,
https://github.com/solid/solid-spec/blob/master/api-websockets.md
we need to specify that you can subscribe to changes in a resource which currently does not exist, and get a ping when it is created (and thereafter to any changes).
The headers
Update-via
and `MS-Author-Via: are sent on 404 as well as 200.NSS sends the headers now. i haven't tested the actual WS ping message on file creation.
See also
linkeddata/rdflib.js#392 in rdflib
which is depended on by
https://github.com/solid/solid-ui/issues/228 a issue with the chat UI needing this.
The text was updated successfully, but these errors were encountered: