External application login
Hello,
we are creating a server side application in Javascript that have to connect with Innovaphone (v13) via WebSocket in order to intercept events from Innovaphone.
We are trying to get work the example reported here (http://sdk.innovaphone.com/doc/tutorials/RCCfromExternalWebPage.htm) but we are facing some issues.
We are receiving the AppChallenge token from WebService correctly but, watching the code we notice that it tries to communicate with `/login` endpoint without a host.
We think that is due to the code expects to be executed inside the App server instead of my local pc (we are just executing it from our browser). Could you tell us which is the path to login correctly?
Thanks
We are receiving the AppChallenge token from WebService correctly but, watching the code we notice that it tries to communicate with `/login` endpoint without a host.
We think that is due to the code expects to be executed inside the App server instead of my local pc (we are just executing it from our browser). Could you tell us which is the path to login correctly?
Thanks
P.S. we are trying also to follow this documentation (http://wiki.innovaphone.com/index.php?title=Howto:Talking_to_the_v13_Application_Platform_using_PHP) but the sample code at the end of the page is not available. Could you tell us where can we download it?