<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hello Dears </p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>i'm trying to send POST HTTP request with JSON content on Kamailio V 5.2.0.</div>
<div>i have two main headers "content type" & "Authentication " in addition i have the json content .</div>
<div>when i'm using curl request it look like : </div>
<div><br>
</div>
<div>Curl -H "Authentication ket = xxxxx" -H "content type : JSON" -d " {the JSON content}" https://xxxxx.com/send</div>
<div><br>
</div>
<div>So how can i use the Http_client module to send such requests ?? </div>
<p style="margin-top:0;margin-bottom:0"><span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span> thanks in advance . </span></p>
</div>
</body>
</html>