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.
            Asked
            
        
        
            Active
            
        
            Viewed 214 times
        
    1 Answers
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

 
    