Hi All,
I am using the xhttp module to receive and respond to HTTP requests to my kamailio instance, and I am trying to extract the body of the HTTP post sent into kamailio, so that I can store it in variables.
Is this possible?
I can send 200ok responses with content, this is working well, I just need to try and get details from the received POST, can this be done?
Thanks