i have a very simple question.
whenever we post query string data by post method we url-encode it.
but now i have to post json and xml. so is that necessary to url-encode json and xml data if someone pass password value like "abc}123" or "abc<123".
thanks.