On Sun, Jun 21, 2020 at 09:15:05PM +0800, Hongyi Zhao via curl-library wrote: > As you can see, it seems libcurl returns the random URL for the target > file. I want to know whether libcurl has the capability of obtaining > all the potential mirror's URLs.
curl returns exactly what the server sends it. It doesn't touch the data, nor has any way to return more data than the server sends. If you need different (or more) data from the server, you need to find out if it offers an API to request that data. Dan ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html