Re: [SR-Users] Add extra headers on HTTP requests in Kamailio v5

2017-06-30 Thread Daniel-Constantin Mierla
Hello, apparently that feature was not migrated in http_client, being overlooked when the variant from utils modules was removed. I just pushed a patch for it in master branch. If you can test it and report if all works fine, then I will consider backporting it to 5.0, given it is like a regressi

[SR-Users] Add extra headers on HTTP requests in Kamailio v5

2017-06-29 Thread Joel Serrano
Hi all, Is there a way to add extra headers with http_client_query() from http_client module? In current http_query() from utils module, according to the doc, you can add a custom header: *4. Functions* *4.1. http_query(url, [post-data], [header-data], result)* *...* *If you want to add addit