Module: kamailio
Branch: master
Commit: d9189306f38e8f79c16e3a9ea38a2fe90fc82fb7
URL:
https://github.com/kamailio/kamailio/commit/d9189306f38e8f79c16e3a9ea38a2fe…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-02T13:16:27+01:00
modules: readme files regenerated - http_client ... [skip ci]
---
Modified: src/modules/http_client/README
---
Diff:
https://github.com/kamailio/kamailio/commit/d9189306f38e8f79c16e3a9ea38a2fe…
Patch:
https://github.com/kamailio/kamailio/commit/d9189306f38e8f79c16e3a9ea38a2fe…
---
diff --git a/src/modules/http_client/README b/src/modules/http_client/README
index e10556dad09..6ffe4cab0cd 100644
--- a/src/modules/http_client/README
+++ b/src/modules/http_client/README
@@ -266,6 +266,13 @@ Chapter 1. Admin Guide
3.20. config_file (string)
3.21. netinterface (string)
+ The parameters are loaded in order. That can lead to unexpected
+ behavior: If httpcon is set at first, the default values for all other
+ parameters are used, and not the values that might be set after
+ httpcon. For example, if setting verify_peer=0 or verify_host=0 after
+ httpcon, the certificates are checked and self-signed certificates are
+ rejected nevertheless.
+
3.1. httpredirect (int)
If set to 1, enabled, http_client will follow HTTP 302 Redirects. If