+ 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