Hi
I created a simple Task, containing 1 Action: HTTP Post.
In the Data field, I entered "ABC",
and on my Desktop computer I wrote a simple program to receive the HTTP Post request.
It all works well, with "ABC".
But If I change "ABC" to "ABCאאא" (added 3 hebrew letters),
then when I run the task, The HTTP Post request is not sent, and instead, I get this error:
The String "ABCאאא" is 6 letters, but I assume that each of the 3 hebrew letters are converted to 2 bytes,
so we get 3+6=9.
What can I do to fix this?
Or is this a bug in Tasker?
Thank you