1. Retrieving content served over HTTPS

std/net/http.e doesn't provide support for the HTTPS protocol: is there a preferred way of doing this - ie, basic get/post requests - from Euphoria (or a part of the standard lib I'm missing here) - and/or have others defaulted to use of something like a CURL wrapper for this sort of task?

new topic     » topic index » view message » categorize

2. Re: Retrieving content served over HTTPS

HTTPS requires TLS/SSL which are libraries that Euphoria does not have. I would recommend using CURL for the time being as you suggested.

On that note, it looks like we need a better wrapper for libcurl since Ray Smith's eulibcURL is quite outdated and not cross-platform.

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: Retrieving content served over HTTPS

Thanks Greg, CURL is the way I'll go here smile

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu