On Tue, 2 Aug 2016, Fulano Diego Perez wrote:

$ curl --verbose --noproxy localhost --header https://www.google.com/

$ curl --verbose --noproxy "*" --header https://www.google.com/

$ curl --verbose --noproxy google.com --header https://www.google.com/

curl: no URL specified!

Maybe you should try reading the docs before filing more bug comments?

--header *also* takes an additional argument, namely the specific header you want to add or modify. curl thus adds "https://www.google.com/"; as a header in your cases and then there's no URL left to fetch. Hence the error message.

--

 / daniel.haxx.se

Reply via email to