0

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.

cool cool
  • 247
  • 2
  • 12

1 Answers1

0

simple answer,

you do not need to encode json or xml data.

waris
  • 204
  • 1
  • 10