Android Question HTTPJob.PostString and escaping strings

wimpie3

Well-Known Member
Licensed User
Longtime User
A quick question. It seems you have to escape strings when you post them with HTTPJob.PostString.

1. Is this correct?
2. Why isn't escaping done by default in HTTPJob?
3. Is there a library/function available to do the escaping?

Thanks.
Wim
 
Top