cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
984
Views
4
Helpful
1
Replies

Voicemail Server Connectivity in cross domain

annamalaia
Level 1
Level 1

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

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

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.