HTTPS: Difference between revisions

40 bytes removed ,  3 years ago
Made the task more specific.
(Fixed whitespace and replaced declarations.)
(Made the task more specific.)
Line 1:
{{task|Programming environment operations}}
[[Category:Networking and Web Interaction]]
 
;Task:
Send a GET request to obtain the resource located at the URL "https://www.w3.org/", then print it to the console.<br>
Print an HTTPS URL's content to the console. Checking the host certificate for validity is recommended. <br>
 
The client shouldDo not authenticate itself to the server — the webpage https://sourceforge.net/ supports that access policy — as thatThat is the subject of other [[HTTPS request with authentication|tasks]].<br>
Readers may wish to contrast with the [[HTTP Request]] task, and also the task on [[HTTPS request with authentication]].<br>
 
Readers may wish to contrast with the [[HTTP Request]] task, and also the task on [[HTTPS request with authentication]].
<br><br>
 
=={{header|Ada}}==
{{libheader|AWS}}