function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
john bondjohn bond 

Open CTI: Cross Domain ajax Call through Visualforce page

Hi All,

 

I am using open CTI to integrate CTI functionality in salesforce.

I am using visualforce page for my softphone. Now how can I communicate with my voice platform? I am planning to use jQuery + Ajax for that purpose, but it seems that my request from visualforce page to CTI server (which is on different domain) will be a cross domain request which will be blocked by the browser.  So, how can I make such a request?

 

Thanks.