solid-server in Node LDN implementation report and test results

Description of a project

Project
solid-server in Node
Implementation type
receiver
Maintainer
https://solid.mit.edu/

Dataset

Identifier
54f738f0-0830-11e7-93be-21b4fcbda752
Published
Creator
https://solid.mit.edu/

Test results

Report
Outcome Test Mode Info
Passed
Failed
?
Cannot tell
Inapplicable
Untested
Accepts OPTIONS requests. [source] automatic
Advertises acceptable content types with Accept-Post in response to OPTIONS request. [source] automatic Accept-Post: */*
Accept-Post includes application/ld+json. [source] automatic
Accepts POST requests. [source] automatic HTTP 201
Succeeds when the content type includes a profile parameter. [source] automatic
Fails to process notifications if implementation-specific constraints are not met. [source] automatic
Responds to POST requests with Content-Type: application/ld+json with status code 201 Created or 202 Accepted. [source] automatic HTTP 201
Returns a Location header in response to successful POST requests. [source] automatic Location: https://dokie.li/inbox/3466d8d0-082f-11e7-93be-21b4fcbda752.jsonld found and can be retrieved.
Restricts list of notification URIs (eg. according to access control). [source] semiAuto
Lists notification URIs with ldp:contains. [source] automatic Found 1 notification.
Inbox has type ldp:Container. [source] automatic Found in Link header: http://www.w3.org/ns/ldp#BasicContainer, http://www.w3.org/ns/ldp#Container
Advertises constraints with ldp:constrainedBy. [source] automatic Not found.
Returns JSON-LD on GET requests. [source] automatic
Notifications are available as JSON-LD. [source] automatic https://dokie.li/inbox/3466d8d0-082f-11e7-93be-21b4fcbda752.jsonld: Accept: application/ld+json => Content-Type: application/ld+json can be serialized as JSON-LD
When requested with no Accept header or */*, notifications are still returned as RDF. [source] automatic https://dokie.li/inbox/3466d8d0-082f-11e7-93be-21b4fcbda752.jsonld: Accept: */* => Content-Type: application/ld+json can be serialized as JSON-LD, https://dokie.li/inbox/3466d8d0-082f-11e7-93be-21b4fcbda752.jsonld: No Accept => Content-Type: application/ld+json can be serialized as JSON-LD