Re: [Jprogramming] web/gethttp does not support https on Android

2023-01-19 Thread bill lam
This is a bit complicated. Android OS does not have wget or curl. On Thu, Jan 19, 2023 at 12:23 AM Omar Antolín Camarena wrote: > I just noticed that gethttp from the web/gethttp library supports https on > both Linux and Windows but not on Android. On Android it returns: > > only http:// suppor

[Jprogramming] web/gethttp does not support https on Android

2023-01-18 Thread Omar Antolín Camarena
I just noticed that gethttp from the web/gethttp library supports https on both Linux and Windows but not on Android. On Android it returns: only http:// supported Is there any way to fix this or a good workaround people use? -- Omar