Login Page - Create Account

Support Board


Date/Time: Tue, 30 Apr 2024 02:03:23 +0000



Post From: Sending requests to a server

[2019-05-01 08:25:53]
uM8137 - Posts: 180
> We also recommend a secure connection using 443.

This seemed like a good idea. So I tried it. Just fyi, this is also "limited" at the moment. Using a URL starting with 'https://', the protocol is ignored. It still uses port 80, and it doesn't speak TLS, just raw http.

I'd rather do gRPC anyway, so I'll try that. Don't worry about trying to patch this dumpster fire. It should probably just be replaced with libcurl anyway. (https://curl.haxx.se; free, mature, knows how to parse URLs and do https; is MIT licensed).