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
zer0frequencyzer0frequency 

URGENT: Firewall - plz help?

Hi all,

I am behind a firewall - can someone tell me what & how can I make use of a proxy setting? The admins ask me to provide a port that they need to open for me. Is that the standard http port? or something else?

 

Plz help ...

 

Regards,

zer0frequency

adamgadamg
You don't need to open any ports to use the sforce Web service - all requests are outbound, and none are in bound.

Here is an article I found on using Java to create HTTP connections through proxies - a quick google search should provide more detail.

http://www.javaworld.com/javaworld/javatips/jw-javatip42.html