Why does my C# client, POSTing to my WCF REST service, return (400) Bad Request?

Have you tried “application/json” instead of “text/x-json”. According to this Stack Overflow question application/json is the only valid json media type.

Leave a Comment