HTTP Connector Release Notes
New features and improvements in the HTTP connector.
June 2023
New
The Make REST API Call capability now supports mTLS
The connector now supports mTLS. TheMake REST API Call capability includes a new MTLS Support field to include keys configured in PingOne. You can view and create keys in PingOne by selecting the Certificates and Keypairs link under the field.
The default configuration is None
, which will not use mTLS for API calls with the connector.
March 2023
Improved
Check boxes in HTML forms now return detailed values
The Custom HTML Template capability is often used to build a form, with check box elements such as the following:
<input type="checkbox" name="customerLocation" id ="customerLocation" value="loc256">
Previously, check boxes would only return true
or false
, such as:
customerLocation=true
Now, when the check box is selected, it provides the value
defined in the element properties, such as:
customerLocation=loc256
Other scenarios:
-
When the check box is selected and a
value
isn’t defined, it returnstrue
oron
, depending on the browser. -
When the check box is cleared, no value is returned.
This change could impact the function of your production flows. Review any flows that use the Custom HTML Template capability to show a check box to the user. If so, check whether the flow relies on a |
December 2022
Info
"HTML Form" capabilities have been deprecated
The following capabilities are not available on environments created after December 5, 2022:
-
HTML Form
-
HTML Form with reCAPTCHA
These capabilities are being replaced by a new drag-and-drop form builder in PingOne. Go to Experiences → Forms to create forms that use your existing branding and themes.
The PingOne Forms connector lets you include these forms in your flows.