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
kosmitevkosmitev 

connection.js' with reverse proxy

Hi,

I have a VF page which calls one of Salesforce's connection.js functions:sforce.connection.remoteFunction to call a rest method on Salesforce.com. 

The problem is that I have a reverse proxy which mangles the URLs and the remoteFunction call hangs and it just never completes.

I know that salesforce internally uses a proxy page to fascilitate the cross domain communication and I suspect that connection.js cannot deal with the reverse proxy Urls.

 

Has anybody else seen this or have any ides on how to solve it?

 

Thanks,

Kzmp