<div dir="ltr"><div><div><div>Hello,<br><br></div>How can i filter many of the parameters from json cdrs before passing it as http request to my web server?<br><br></div>Because the default json cdrs string is having hell lot of parameters and i am not using that many so if i get only my required params on the web server side and server side script will have less load to parse unnecessary params.<br><br></div>So how to filter out not required params from json cdrs string before pass it as post request to web server.<br></div>