diff --git a/modules/http_client/README b/modules/http_client/README index 45449ef8697..5d503e99d22 100644 --- a/modules/http_client/README +++ b/modules/http_client/README @@ -171,6 +171,12 @@ Chapter 1. Admin Guide and get access to parts of the reply. This function has been ported from the utils module and now use the same libcurl functions. + The http_client module use the CURL library setting up connections. The + CURL library by default use the system configured DNS resolvers, not + the Kamailio resolver. + + The module is limited to using HTTP and HTTPS protocols. + 2. Dependencies 2.1. Kamailio Modules diff --git a/modules/http_client/doc/http_client_admin.xml b/modules/http_client/doc/http_client_admin.xml index 07b2d02c312..e2c32f56272 100644 --- a/modules/http_client/doc/http_client_admin.xml +++ b/modules/http_client/doc/http_client_admin.xml @@ -43,6 +43,14 @@ been ported from the utils module and now use the same libcurl functions. + + The http_client module use the CURL library setting up connections. + The CURL library by default use the system configured DNS resolvers, + not the Kamailio resolver. + + + The module is limited to using HTTP and HTTPS protocols. +
Dependencies