U mne je CURL takto:
`Microsoft Windows [Version 10.0.18363.836]
(c) 2019 Microsoft Corporation. Všechna práva vyhrazena.
C:\Users\Mirek>curl -v http://mapy.cz
- Rebuilt URL to: http://mapy.cz/
- Trying 2a02:598:a::79:138...
- TCP_NODELAY set
- Connected to mapy.cz (2a02:598:a::79:138) port 80 (#0)
GET / HTTP/1.1
Host: mapy.cz
User-Agent: curl/7.55.1
Accept: /
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Mon, 18 May 2020 08:38:42 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
< Keep-Alive: timeout=60
< Location: https://mapy.cz/
<
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
- Connection #0 to host mapy.cz left intact
`
Pro HTTPS to bypíše asi celý HTML kód.