Aggregator client HTTP tests
Clients MUST handle these correctly:
Clients SHOULD handle these correctly:
- 301 (permanent redirect)
- 302 (temporary redirect)
- 307 (temporary redirect)
- 400 (bad request)
- 403 (forbidden)
- 404 (not found)
- 410 (gone)
- 500 (internal server error)
Clients MAY handle these too:
History
- (2006-01-18) Updated for Atom 1.0
- (2003-12-28) Updated for Atom 0.3, added digest authentication test, changed categorization to be in line with recommendations of RFC 2616 section 10
- (2003-08-09) Updated for Atom 0.2
- (2003-07-23) Added authentication tests
- (2003-07-23) Fixed Etag and Last-Modified tests (thanks Greg)
- (2003-07-22) These are BETA! There may be bugs.