diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01f93e6..067f143 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## Release 2.2.0
+
+### New features
+- Basic authentication setup
+- New function 'sendRequest'
+- Check if persistent data to load provides all relevant parameters. Otherwise add default values
+
+### Improvements
+- 'sendInternalRequest' returns now the HTTP response
+- FlowConfig handling
+- Minor docu improvements
+
+### Bugfix
+- Wrong instance handling within FlowConfig
+- FlowConfig priority was not instance specific
+- Legacy bindings of ValueDisplay elements and FileUpload feature within UI did not work if deployed with VS Code AppSpace SDK
+- UI differs if deployed via Appstudio or VS Code AppSpace SDK
+- Fullscreen icon of iFrame was visible
+
## Release 2.1.0
### New features
diff --git a/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.css b/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.css
index 58b571e..4c8b347 100644
--- a/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.css
+++ b/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.css
@@ -104,5 +104,5 @@
.myCustomButton_CSK_Module_MultiHTTPClient {
border-radius: 30px;
- padding-right: 0px;
+ padding: 11px;
}
\ No newline at end of file
diff --git a/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.html b/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.html
index 4d5a266..724e17e 100644
--- a/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.html
+++ b/CSK_Module_MultiHTTPClient/pages/pages/CSK_Module_MultiHTTPClient/CSK_Module_MultiHTTPClient.html
@@ -7,13 +7,12 @@
-
-
+
+ HTTP Client
+
-
-
+
+
@@ -60,8 +59,9 @@
style="justify-content: center; align-items: center">
+ type="outline" title="Add instance">
+
+
@@ -69,9 +69,10 @@
+ type="outline"
+ title="Reset instances to one single instance. New setup needs to be saved and restart app to clear old threads.">
+
+
+ type="outline"
+ title="Load configured parameters from CSK_PersistentData module.">
+
+
+ type="outline"
+ title="Save current configured parameters of this module within CSK_PersistentData module.">
+
+
+ value="Interface"
+ title="Physical Ethernet interface to be used by the client">
+ value="Client active"
+ title="Activate HTTP client instance">
+ value="Verbose mode"
+ title="Check to enable HTTP client verbose mode">
@@ -350,12 +356,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value="Client Authentication"
+ title="Check to enable client authentication">
+ crown-path="success"
+ converter="(value)=>{console.log(`event finished ${JSON.stringify(value)}`); return typeof value == 'boolean' ? value : value.success;}">
-
-
+ crown-event="CSK_MultiHTTPClient/OnNewStatusClientActivated">
+
@@ -470,13 +579,13 @@
event="finished"
crown-function="CSK_MultiHTTPClient/setClientCertificateFile"
protocol="crownMSGPACK"
- crown-path="success">
+ crown-path="success"
+ converter="(value)=>{console.log(`event finished ${JSON.stringify(value)}`); return typeof value == 'boolean' ? value : value.success;}">
-
-
+ crown-event="CSK_MultiHTTPClient/OnNewStatusClientActivated">
+
@@ -524,13 +633,13 @@
event="finished"
crown-function="CSK_MultiHTTPClient/setClientCertificateKeyFile"
protocol="crownMSGPACK"
- crown-path="success">
+ crown-path="success"
+ converter="(value)=>{console.log(`event finished ${JSON.stringify(value)}`); return typeof value == 'boolean' ? value : value.success;}">
-
-
+ crown-event="CSK_MultiHTTPClient/OnNewStatusClientActivated">
+
@@ -584,7 +693,7 @@
style="align-items: stretch">
+ value="Proxy" title="Check to enable proxy">
+ value="Hostname verification"
+ title="Check to enable hostname verification">
+ value="Peer verification"
+ title="Check to enable peer verification">
+
+