IndieAnndroid LDN implementation report and test results
Description of a project
- Project
- IndieAnndroid
- Implementation type
- receiver
- Maintainer
- http://kongaloosh.com/me/
Dataset
- Identifier
- b9f2fc00-0829-11e7-9d83-513f9ea34942
- Published
- Creator
- http://kongaloosh.com/me/
Test results
Outcome | Test | Mode | Info |
---|---|---|---|
⌙ | Accepts OPTIONS requests. [source] |
automatic | HTTP 501 |
✔ | 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 : http://kongaloosh.com/inbox/2017-03-13-16-14-21-787957.json 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 3 notifications. |
⌙ | Inbox has type ldp:Container . [source] |
automatic | Not found. |
⌙ | 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 | http://kongaloosh.com/inbox/2016-09-20-18:39:08.926589.json: Accept: application/ld+json => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2016-09-20-18:39:50.458808.json: Accept: application/ld+json => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2017-03-13-16-12-48-814173.json: 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 | http://kongaloosh.com/inbox/2016-09-20-18:39:08.926589.json: Accept: */* => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2016-09-20-18:39:08.926589.json: No Accept => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2016-09-20-18:39:50.458808.json: Accept: */* => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2016-09-20-18:39:50.458808.json: No Accept => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2017-03-13-16-12-48-814173.json: Accept: */* => Content-Type: application/ld+json can be serialized as JSON-LD, http://kongaloosh.com/inbox/2017-03-13-16-12-48-814173.json: No Accept => Content-Type: application/ld+json can be serialized as JSON-LD |
○ | Advertises acceptable content types with Accept-Post in response to OPTIONS request. [source] |
automatic | |
○ | Accept-Post includes application/ld+json . [source] |
automatic |