If a clients sends data in an unsupported media type to a HTTP server, the server answers with status \"415 unsupported media type\". But how to tell the client what media t
There is no specification at all for what to do in this case, so expect implementations to be all over the place. (What would be sensible would be if the server's response included something like an Accept: header since that has pretty much the right semantics, if currently in the wrong direction.)