[sr-dev] [kamailio/kamailio] http_client module error to post the hdr part into http_client_query (#1364)

Victor Seva notifications at github.com
Wed Dec 13 08:50:52 CET 2017


I think this is not correct:
```
http_client_query("http://tutpro.com/index.php", "{ "alert": "Alert text goes here" }", "Content-Type: application/json","$var(result)");
```

It should be:

```
http_client_query("http://tutpro.com/index.php",'{ "alert": "Alert text goes here" }', "Content-Type: application/json","$var(result)");
```

Please try. If it does not work, please provide the output with debug enabled

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1364#issuecomment-351310896
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20171212/3e101c3a/attachment.html>


More information about the sr-dev mailing list