My REST API returns JSON.
I\'m currently returning text/plain as the MIME type, but it feels funny. Should I be returning application/x-javascript or s
application/x-javascript
I prefer to reply with both an HTTP error status and application specific payload.