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
GSP_4SGSP_4S 

Secure / preferred method of communicating via S-Control?

I'd like to communicate with my domain via an S-Control.  I've set up an S-Control with a URL like this: 

Code:
http://www.myserver.com/main.do—sfo={!$Organization.Id}&sfu={!$User.Id}


Is this the preferred and secure way to communicate with an external web resource via a URL-style S-Control?
Ron HessRon Hess
Secure would start with

"https://  "

but yes that method should work for calling out.
GSP_4SGSP_4S
Thanks for the response.  I'll keep coding on then :smileyhappy:

Regarding "https" that doesn't actually hide the parameters in the URL does it?  Wouldn't a sniffer/lurker/whatever they're called still be able to see the parameters and potentially spoof the request?