Vedo, scritto in C++, integra staticamente anche OpenSSL... 🤔
handymenny ah ecco. Ok ho guardato meglio e la differenza e' proprio questa, in url ci sta sempre il dominio del servizio, mentre in host no, ad esempio:
[
{
"url": "http://spd-pub-mi-01-01.fastwebnet.it:8080/speedtest/upload.php",
"lat": "45.4640",
"lon": "9.1916",
"distance": 521,
"name": "Milan",
"country": "Italy",
"cc": "IT",
"sponsor": "Fastweb SpA",
"id": "7839",
"preferred": 0,
"https_functional": 1,
"host": "spd-pub-mi-01-01.fastwebnet.it:8080"
},
{
"url": "http://spd-pub-rm-01-01.fastwebnet.it:8080/speedtest/upload.php",
"lat": "41.9000",
"lon": "12.5000",
"distance": 813,
"name": "Rome",
"country": "Italy",
"cc": "IT",
"sponsor": "Fastweb SpA",
"id": "7898",
"preferred": 0,
"https_functional": 1,
"host": "spd-pub-rm-01-01.fastwebnet.it:8080"
},
{
"url": "http://test.eolo.it:8080/speedtest/upload.php",
"lat": "45.4640",
"lon": "9.1916",
"distance": 521,
"name": "Milan",
"country": "Italy",
"cc": "IT",
"sponsor": "EOLO",
"id": "11427",
"preferred": 0,
"https_functional": 1,
"host": "test.eolo.it:8080"
}
]
contro
[
{
"url": "http://speedtest.melita.it:8080/speedtest/upload.php",
"lat": "45.4654",
"lon": "9.1859",
"distance": 521,
"name": "Milan",
"country": "Italy",
"cc": "IT",
"sponsor": "Melita",
"id": "25609",
"preferred": 0,
"https_functional": 1,
"host": "speedtest.melita.it.prod.hosts.ooklaserver.net:8080"
}
]