Android Question httpjob poststring unable to send special chars

Gianni Sassanelli

Active Member
Licensed User
Longtime User
I i need to send a JSON string that contains some special char as "#" or " "+" or other to a .net web service that request a JSON as parameter

My json string is:
[{"id_ordine_agente":"8","cdcf":"C00017","cdcfdest":"C00017","cdagente":"010","sconti":"5+5"}]

Field sconti that i want to send as "5+5" is received from webserver as "5 5" and the plus char is ignored

if i send the some json string from a chrome or postman util i have success

can i have help please?
thanks
 
Top