-
The [Solid WebSocket API Specs](https://github.com/solid/solid-spec/blob/master/api-websockets.md) say that `Updates-Via` header can be found in an OPTIONS request to the server.
I am not finding a…
-
The current client implementation is based on Node.js and called the web app. Since the project builds on LDP, it appears interesting to consider, if a decoupled web app could run on this Java server …
-
The latest commit https://github.com/w3c/ldp-testsuite/commit/6b8da35c66f6d5f280a7507887444812cee4ae8b seems harmful :(
```
java -jar target/ldp-testsuite-0.2.0-SNAPSHOT-shaded.jar --server …
-
When a resource is deleted, should the ACL be too?
Looking at :
https://github.com/solid/node-solid-server/blob/master/lib/ldp.js#L533
Perhaps the answer is "No" for node solid server. Not …
-
Instead of exposing rww-play directly to the Internet, I want to use a reverse proxy for terminating SSL connections to rww-play. However, I'm not able to do that.
**Starting rww-play**:
``` bash
ru…
-
The [LDP Test Suite](http://w3c.github.io/ldp-testsuite/) is a java jar and can be used to test the server automatically. As described on that page, Apache Marmotta has full programmatic integration o…
-
![DSC03121](https://github.com/geerlingguy/sbc-reviews/assets/481677/c39414ee-bea6-482b-bc29-e271f510f7d1)
> **NOTE**: The board used for this testing was a pre-release revision. The final producti…
-
It's clear that `POST /foo/` adds a containment triple for
```turtle
ldp:contains .
```
It was my understanding that a Solid app can *also* rely on it that `PUT /foo/bar` adds a containment tri…
-
### Environment
Operating system: OS X
Python version: 3.6
LAKEsuperior release, branch, or commit #: alpha 14
### Steps to reproduce
1. Create a membership resource.
2. Create a direc…
-
I have experienced a strange behaviour over the REST interface using node-fetch module.
While this is not the most efficient way of doing things, it has thrown up the following error 500.
I read…