HTTPS: Difference between revisions

Content added Content deleted
(Fixed whitespace and replaced declarations.)
(Made the task more specific.)
Line 1: Line 1:
{{task|Programming environment operations}}
{{task|Programming environment operations}}
[[Category:Networking and Web Interaction]]
[[Category:Networking and Web Interaction]]

;Task:
;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.
Checking the host certificate for validity is recommended.<br>

The client should not authenticate itself to the server — the webpage https://sourceforge.net/ supports that access policy — as that is the subject of other [[HTTPS request with authentication|tasks]].
Do not authenticate. That 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}}==
=={{header|Ada}}==
{{libheader|AWS}}
{{libheader|AWS}}