0

I use curl tool to get something within http protocol, and intent to use option -i to display http-header. There's output message without http-header, only http-body from server in the terminal.

the error

Ruli
  • 2,592
  • 12
  • 30
  • 40

1 Answers1

0

Following this question, you can try ---verbose option instead of -i

As the comment by cfeduke in the question mentioned, it depends on the response of the server as well.

ali
  • 846
  • 2
  • 18
  • 34