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
RupaliJRupaliJ 

Reverse Proxy requests from salesforce

Hi,

 

We want to know is how hard it is to do a transparent reverse proxy.
 
For instance, can people connect to demo.test.com and at that subdomain we transparently connect them with external oauth? This means that before people connecting to external webservice, we would validate them from demo.test.com and if validated, we would redirect them to external webservice.
 
We also want demo.test.com to really point to an external API, so rather than making a call from Salesforce to external API directly, we make an indirect connection through demo.test.com.
 
How can we implement this and will there be any complications?
 
Thanks.