Simply remove the -i
switch from your curl
command.
man curl
said :
-i, –include
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more…
Simply remove the -i
switch from your curl
command.
man curl
said :
-i, –include
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more…