[Q] Exist a way of connect to a https: site ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] Exist a way of connect to a https: site ?

Edgar De Cleene
I meaning some similar to HTTPSocket httpGet: 'https:xxxx.com’

Edgar
@morplenauta

Reply | Threaded
Open this post in threaded view
|

Re: [Q] Exist a way of connect to a https: site ?

Bert Freudenberg
On Wed, Feb 15, 2017 at 9:24 PM, Edgar De Cleene <[hidden email]> wrote:
I meaning some similar to HTTPSocket httpGet: 'https:xxxx.com


WebClient httpGet: 'https://google.com'

- Bert -