The GetURL function makes the web call asynchronously but doesn't support HTTPS.
The HttpClient object supports HTTPS but makes the web call synchronously.
Are both of these statements correct?
Has there been any thought to supporting async in HttpObject?