I'm having some issues with the XML parser in my REST API. I have
API's clients sending an XML with the parameters specifying
Content-Type: application/xml in the request.
My issue is that I have a client sending 'Content-Type: text/xml;
charset=UTF-8', and with this header rails ignores the XML sent, so
I'm not getting the parameters.
Is this a known issue or is a problem from the client?
I'm having some issues with the XML parser in my REST API. I have
API's clients sending an XML with the parameters specifying
Content-Type: application/xml in the request.
My issue is that I have a client sending 'Content-Type: text/xml;
charset=UTF-8', and with this header rails ignores the XML sent, so
I'm not getting the parameters.
Is this a known issue or is a problem from the client?
The client is doing the right thing, it sounds like a rails bug.
What version/revision are you running that triggers this?