| Method |
Accept Header |
Content-type of document posted or data-uri fetched |
Response |
| POST |
No headers |
application/rss+xml |
application/rss+xml |
| POST |
No headers |
No content type |
HTTP Status 415 (Unsupported type) |
| POST | No headers |
Differs from application/rss+xml, e.g., application/rdf+xml or text/turtle |
HTTP Status 406 (Not acceptable) |
| POST |
*/* |
application/rss+xml |
application/rss+xml |
| POST |
*/* |
No content type |
HTTP Status 415 (Unsupported type) |
| POST |
*/* |
Differs from application/rss+xml, e.g., application/rdf+xml or text/turtle |
HTTP Status 406 (Not acceptable) |
| POST |
application/rss+xml |
application/rss+xml |
application/rss+xml |
| POST |
application/rss+xml |
No content type |
HTTP Status 415 (Unsupported type) |
| POST |
application/rss+xml |
Differs from application/rss+xml, e.g., application/rdf+xml |
Http Status 406 (Not acceptable) |
| POST |
application/rss+xml |
*/* (Must explicitly set the content-type to be RSS) |
Http Status 415 (Unsupported type) |
| POST |
application/xml |
application/rss+xml |
application/xml (A valid RSS 1.0 feed) |
| POST |
application/rdf+xml |
application/rdf+xml |
application/rdf+xml |
| POST |
application/rdf+xml |
No content type |
HTTP Status 415 (Unsupported Type)> |
| POST |
application/rdf+xml |
Differs from Accept, e.g., application/rss+xml |
application/rdf+xml |
| POST |
application/rdf+xml |
*/* |
Http Status 415 (Unsupported type) |
| POST |
text/turtle |
text/turtle |
text/turtle |
| POST |
text/turtle |
No content type |
HTTP Status 415 (Unsupported type) |
| POST |
text/turtle |
Differs from Accept, e.g., application/rdf+xml |
text/turtle |
| POST |
text/turtle |
*/* |
Http Status 415 (Unsupported type) |
| GET | No headers | Content-type header returned from GET of data-uri is application/rss+xml | application/rss+xml |
| GET | No headers | Content-type header returned form GET of data-uri is NOT application/rss+xml (e.g. it is application/rdf+xml) | Http Status 502 (Transcoding of RSS not allowed) |
| GET | */* | Content-type header returned form GET of data-uri is application/rss+xml | application/rss+xml |
| GET | */* | Content-type header returned form GET of data-uri is NOT application/rss+xml (e.g. it is application/rdf+xml) | Http Status 502 (Bad Gateway) (A 406 Not Acceptable will be returned from augment service GET request to data-uri) |
| GET |
application/rss+xml |
Content-type header returned from GET off data-uri is application/rss+xml |
application/rss+xml |
| GET |
application/rss+xml |
Content-type header returned from GET of data-uri not application/rss+xml. |
Http status 502 (Bad Gateway) |
| GET |
application/rss+xml |
No Content-type header returned from GET |
Http status 502 |
| GET |
application/xml |
Content-type header returned from GET is application/rss+xml |
application/xml (A valid RSS 1.0 feed) |
| GET |
application/xml |
Content-type header returned form GET NOT application/rss+xml |
HTTP Status 502 |
| GET |
application/xml |
No Content-type header returned from GET |
Http Status 502 |
| GET |
application/rdf+xml |
Content-type header returned from GET of data-uri is application/rss+xml> |
Http Status 502 (Bad Gateway) (A 406 Not Acceptable will be returned from augment service GET request to data-uri) |
| GET |
application/rdf+xml |
Content-type header returned from GET of data-uri is one of acceptable content-types: application/rdf+xml, text/turtle |
application/rdf+xml |
| GET |
application/rdf+xml |
Content-type header returned from GET of data-uri is NOT one of acceptable content types |
Http Status 502 (Bad Gateway) (A 406 Not Acceptable will be returned from augment service GET request to data-uri) |
| GET |
text/turtle |
Content-type header returned from GET of data-uri is application/rss+xml |
Http Status 502 (Bad Gateway) (A 406 Not Acceptable will be returned from augment service GET request to data-uri) |
| GET |
text/turtle |
Content-type header returned from GET of data-uri is one of acceptable content-types: application/rdf+xml, text/turtle |
text/turtle |
| GET |
text/turtle |
Content-type header returned from GET of data-uri is NOT one of acceptable content types |
Http Status 502 (Bad Gateway) (A 406 Not Acceptable will be returned from augment service GET request to data-uri) |