This content has been marked as final.
Show 1 reply
-
1. Re: PostNetText with custom mimetype ( application/xml).
SeanWilson Sep 5, 2013 7:27 PM (in response to tware668)Try using a packet sniffet (like WireShark) to examine data that is sent from your machine when making a POST. I expect that the MIME type is being ignored, or defaults to "application/x-www-form-urlencoded" instead of
"application/xml".Have a look at Valentin Schmidt's HTTP class that uses the MU xtra for web-related integration and would, I expect, provide the ability to set the MIME type when POSTing

