Posts: 4,646
Threads: 1,493
Joined: Sep 2016
HTTPS is basically the same as HTTP but is run over an encrypted byte stream. once the SSL/TLS protocols establish the secure streams (both direction), what goes over that stream is HTTP. so you need to learn how to make a
secure network connection, first. that should involve some authentication where the server's certificate is authenticated by the client. you need to decide if the client is to be authenticated over SSL/TLS (the client must have its own certificate, too) or over HTTP (client sends a userid and password) or is simply not authenticated (most HTTPS web sites do this) at all. you will learn about certificate authority and stuff like that.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i suspect this old post was SPAM. the link is broken but removing string "/aguiarcc" seems to get somewhere (in case anyone wants to track it down).
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.