Service connection
Cloud
serviceId: 'your-service-ID'Self-hosted
serviceProtocol: 'https',
serviceHost: 'your_host_name',
servicePort: '443',
servicePath: 'wscservice/api'Request headers
requestHeaders: function() {
return {
Authorization: 'Bearer ' + localStorage.getItem('authorization')
};
},
withCredentials: true,Last updated
Was this helpful?

