I want to send message by HTTP. But I have a problem . If message include like & this is not working well.
for example , I send like this a=111111&222222&b=3333333
results what i want a=111111&222222 b= 333333
But result is a= 111111 b= 333333
how i handling what i want?