Release date 2025/12/18
Feature
-
Added json_to_xml node to support converting JSON or lua table to XML data.
-
Added xml_to_json node to support converting XML data to lua table and JSON format.
-
Added support for dynamic url in
callnode. -
Added support for using the
callnode in the post-proxy phase. -
Add support for using
application/x-www-form-urlencodedas the body encoding. -
added the
ssl_verifyflag to the call node. This flag allows users to control certificate verification when making HTTPS requests to the configuredurlendpoint. It cannot be disabled when thetls_certificate_verifyglobal option is enabled. -
Added support for clearing headers from the service_request and response nodes
Bugfix
-
Fixed implicit request node headers field to be correct type.