User talk:Infinity Linden/OGP Serialization And Transport

From Second Life Wiki
Revision as of 18:17, 29 September 2008 by Which Linden (talk | contribs) (New page: I think 406 is the proper response code if the client sends an Accept header with values you don't support. 415 is for when the body of a request is in a content-type that the server cann...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I think 406 is the proper response code if the client sends an Accept header with values you don't support. 415 is for when the body of a request is in a content-type that the server cannot parse (e.g. trying to post application/x-www-form-urlencoded data when we only parse llsd). 406: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7 415: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16 Which Linden