We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24694d3 commit 7fb1ed0Copy full SHA for 7fb1ed0
services/static-webserver/client/source/class/osparc/io/rest/Resource.js
@@ -34,6 +34,9 @@ qx.Class.define("osparc.io.rest.Resource", {
34
}, {
35
key: "X-Simcore-Products-Name",
36
value: qx.core.Environment.get("product.name")
37
+ }, {
38
+ key: "X-Client-Session-Id",
39
+ value: osparc.utils.Utils.getClientSessionID()
40
}];
41
42
if (this.AUTHENTICATION !== undefined && this.AUTHENTICATION !== null) {
0 commit comments