[OpenSIPS-Users] AVP + rest_post with utf-8 values
SamyGo
govoiper at gmail.com
Tue Mar 28 12:55:10 EDT 2017
Hi,
I've a specific problem with avps containing values in language other than
English. For example an avp(test) holding a Chinese character gets
converted to ? while passing to some rest_post URL.
*code:*
$avp(test) = $fn;
xlog("L_INFO","Got Display Name: $avp(test) \n");
rest_post("$avp(url)","$avp(test)" ....);
The output in x-log line stays correct but the webserver gets the value of
$avp(test) converted in "...??.."
I've tried to add the charset=utf-8 in the content-type header but it
doesn't help.
Looking forward to get some hints/help on this.
Thanks,
Sammy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20170328/3f60ff98/attachment.html>
More information about the Users
mailing list