Just learned that when making a request to an HTTPS server, we'll need to have setup at least a "named configuration" in SMP and then set in the code:
set httprequest.Https = 1
set httprequest.Port = 443
set httprequest.SSLConfiguration = "Configuration_Name"
Something along those lines.
Just learned that when making a request to an HTTPS server, we'll need to have setup at least a "named configuration" in SMP and then set in the code:
Something along those lines.