Hi,
I am using Cisco unity connection version 9.1.2.10000-10 for my development. I need to run a client application from WebSphere application Server, which would be in another domain. Shall you help me here to access the messages with out using any proxy? I hope, CORS is supported from the version 10.5 only. When I tried with XMLHttpRequest and javascript, it produces, the following error :
- Failed to load resource: the server responded with a status of 403 (Forbidden)
uCollabWindow.jsp:1 XMLHttpRequest cannot load https://xxxx/vmrest/mailbox/folders/inbox/messages. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://yyyy' is therefore not allowed access. The response had HTTP status code 403.
Regards,
Annamalai
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UC appears to support CORS only as of 10.5. For previous versions, you will likely need to proxy the VMREST requests through your web service.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.