Henry Story
Henry Story
[HTTP Sig](https://github.com/solid/authentication-panel/blob/main/proposals/HttpSignature.md) is a very efficient way to authenticate a client. It was initially implemented for [Reactive-Solid](https://github.com/co-operating-systems/Reactive-SoLiD) but the library is now being exported to the [httpSig repo](https://github.com/bblfish/httpSig) so that...
Note: as this document is really a work in progress discussion space, it would probably have been better to place it in the wiki.
In issue #22 I suggest documenting ontologies we use. We should also consider if one existing ontology would help us solve a lot of our decisions. schema.org is much more...
The new [section suggestion to use a query](https://github.com/linkeddata/SoLiD#reading-data-using-sparql) does not have a follow-your-nose process of discovery. How is a client meant to know which url to use to send a...
Currently the [globbing feature](https://github.com/linkeddata/SoLiD#globbing-inlining-on-get) is not advertised. A client cannot know that a server supports it. There should either be a `Link` header of type `ldp:globed` or the LDPC should...
In the section [**HTTP PUT to create**](https://github.com/linkeddata/SoLiD#http-put-to-create) the following is written. > Another useful feature that is not yet part of LDP deals with using HTTP PUT to create new...
### Short description AWS have a method of signing HTTP Requests [AWS Sigv4](https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) which has now been taken up by the IETF and is being standardised by the HTTPBis WG...
I am writing a web server where I need to list the contents of directories efficiently, so that I can return creation date, time created, etc... to the client. The...
Starting from an Use case of adding the public key generated by an application using WebCrypto to the SoLiD server, this document tries to work out what the different ways...
DataSet normalisation is important for signing graphs. One proposal is [RDF Dataset Normalization](http://json-ld.github.io/normalization/spec/) developed by Digital Bazaar @msporny and @dlongley . This allows one to sign graphs containing bnodes, by...