If you specify body Content-Type value by typing in 'text/xml; charset=utf-8' in the Content-type drop-down, then the call results in HTTP status 200 (i.e. OK).
For POST, PUT, and DELETE requests the content type of body is taken from this drop-down instead of from the HTTP Headers Tab.
At runtime, the content-type string is parsed to determine the character set (if specified) and is used for actually encoding the body string into that character set.
Comments
0 comments
Please sign in to leave a comment.