Sample client settings are :
var demo_config = {
domain: "alphawest.com.au",
maxGraphAge: 5,
unsecureAllowed: true,
atSymbolAllowed: false,
logPersistence: false,
serviceDiscoveryEnabled: false,
httpBindingURL: "/httpbinding",
httpBindingURL_secondary: "/httpbinding"
};
Ben,
The key setting will be the domain and the httpBindURL.
The domain needs to match with the domain name setting with your CUP server.
If you use Proxy to forward, then the httpBindingURL will be "http://Your_Proxy_Server/httpbinding"
If you directly connecting to CUP server, it should be "https://Your_CUP_Server:<code>:7335/httpbinding"</code>
Make sure the same usename can be login to your CUP server, and is assigned into the Topology.
The
unsecureAllowed is a arg that allows you to connect using http.
Hope this would help
Howard