I am using jQuery + ajax to post data to the server and facing issues when xml string is passed.
I want to pass xml string eg., "<test></test>
" as a parameter to the ajax function using POST method.
i am able to pass all other types, but not xml string.
Can somebody pls help me on this?