Using REST principles and HTTP headers, I want to tell my clients that my response is READ-ONLY. My Content-Type is text/plain. Some of my responses are READ-ONLY and others are not, and my client can't tell the difference until he does a PUT and it errors out, making for a bad user experience.
Do I need to set my Content-Type to text/vnd.read-only or application/octet-string?