✔ |
Advertises acceptable content types with Accept-Post in response to OPTIONS request. [source] |
automatic |
Accept-Post: application/ld+json, text/turtle |
✔ |
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 |
|
✔ |
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://carbonldp.base22.io/apps/ldn/2398aea0-fddc-11e6-9cdc-c5ba5d2e04f7jsonld/ found and can be retrieved. |
✔ |
When requested with no Accept header or */* , notifications are still returned as RDF. [source] |
automatic |
https://carbonldp.base22.io/apps/ldn/auth-tokens/: Accept: */* => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/auth-tokens/: No Accept => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/auth-tickets/: Accept: */* => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/auth-tickets/: No Accept => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/roles/: Accept: */* => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/roles/: No Accept => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/agents/: Accept: */* => Content-Type: text/turtle can be serialized as JSON-LD, https://carbonldp.base22.io/apps/ldn/agents/: No Accept => Content-Type: text/turtle can be serialized as JSON-LD |
✔ |
Fails to process notifications if implementation-specific constraints are not met. [source] |
automatic |
|