From basit.engg@gmail.com Thu Jul 13 10:34:46 2017 From: Abdul Basit To: sr-users@lists.kamailio.org Subject: [SR-Users] issue sending http_async_client POST request Date: Thu, 13 Jul 2017 13:34:08 +0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1629341219==" --===============1629341219== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi folks, I am using I was trying to send http POST request to my web server example.com following example Example 1.12. http_async_query() usage https://www.kamailio.org/docs/modules/5.0.x/modules/http_async_client.html according to that we should send parameters in body like # POST $http_req(body) =3D "{'r_uri':'" + $rU + "', 'f_uri':'" + $fU + "'}"; http_async_query("http://example.com/test.php", "HTTP_REPLY"); But its not working out of the box as described with error message from server: INFO: