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
OlegBOlegB 

IP address range of the SalesForce servers

Hello,

I'd like to define a web link in SalesForce to point to a specific port on my local machine so I could debug a servlet when a request comes in. My machine is behind a companyfirewall, but my network admin sais he could set it up if I give him an IP address (or a range of IPs) from which a request could come in (for security purposes). Does anyone know what that range is?

Thank you,

Oleg.

 

adamgadamg
I'm not sure I understand your question; when a user clicks on a Web Integration Link, the request appears/is made from the users location, not our servers' location.
DevAngelDevAngel

Hi Olegb,

Setup your web integration link to http://localhost:<port??>/.....  You will not be going in or out of the firewall.  The browser will make the call to your machine.

Cheers

OlegBOlegB

Yep, I understand your point.

Thank you all.

Oleg.