You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the Content-Type header. It should only have application/xml, without the quality part, having which there makes it more difficult to match deserializer based on the Content-Type.
The funny thing is that I am sure I have seent someone reporting this issue and Seb answering him that it is a bug and it was fixed. Well, it is not fixed in openrasta-core.
The text was updated successfully, but these errors were encountered:
I think I know what is the problem. I am currently using HttpListener based host and I guess the fix missed it. So, I just patched the OpenRasta.Hosting.HttpListener.HttpListenerResponse.WriteHeaders method and it is working OK now.
Hi, here is a response I get from OpenRasta:
Notice the
Content-Type
header. It should only have application/xml, without the quality part, having which there makes it more difficult to match deserializer based on the Content-Type.The funny thing is that I am sure I have seent someone reporting this issue and Seb answering him that it is a bug and it was fixed. Well, it is not fixed in openrasta-core.
The text was updated successfully, but these errors were encountered: