When I make a XDomainRequest on IE8/9 the Content-Type is not set, in fact Content-Type is missing from the HTTP Header. This is how IE XDomainRequest works.
On the backend, how do I tell Servicestack to treat all incoming requests that do not have a Content - Type as application/Json
Thanks
Jay
You could add a PreRequestFilter in your AppHost that modifies the underlying Request ContentType for your Host, e.g: