curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Browser can but cURL can not

From: via curl-users <curl-users_at_cool.haxx.se>
Date: Sat, 13 Jun 2020 20:24:33 +0300

The Google Chrome can easily open the link http://www.eunet.lv/library/win/LYNX/EFREMOW/serdze.txt.
This is the last paragraph of HTML-page (for checking):
==================================================
     Тогда и "Теллур", осторожно разогнавшись, вошел в пульсацию,
которая служила как бы мостом, сокращавшим прежде необозримую длину
межзвездных путей. Надежно укрытые в защитных футлярах люди уже не
видели, как укорачивались летевшие навстречу световые кванты и далекие
звезды впереди голубели и делались все более фиолетовыми. Потом
звездолет погрузился в непроницаемый мрак нулевого пространства, за
которым цвела и ждала горячая жизнь Земли.
==================================================

But cURL can not download that link (you may change option «-I» to «-O»):
curl.exe -I -L "http://www.eunet.lv/library/win/LYNX/EFREMOW/serdze.txt"

HTTP/1.1 302 Moved Temporarily
Date: Sat, 13 Jun 2020 16:41:59 GMT
Server: Apache/1.2.4
Location: http:/library/win/EFREMOW/serdze.txt
Content-Type: text/html

curl: (6) Could not resolve host: library

Why?

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-13