You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected these lines also in stdout. I'd say they appear in linux (I don't have a linux machine right now to say). To be honest, my idea of this behavior in linux didn't include httpS, so this could be the cause.
Well, using plain http in Windows results in the same output:
C:>curl.exe -i http://www.curlpp.org/ -s
HTTP/1.1 200 OK
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 05 May 2017 05:25:58 GMT
...
-i is for showing the response headers to the same output destination as the body. It doesn't not mean you'll see the outgoing request. To see the request, use -v or one of the --trace* options.
Sample request:
If I use the --trace-ascii option, in the file I can find
Expected
I expected these lines also in stdout. I'd say they appear in linux (I don't have a linux machine right now to say). To be honest, my idea of this behavior in linux didn't include httpS, so this could be the cause.
Well, using plain http in Windows results in the same output:
curl/libcurl version
operating system
Windows 10 Pro v1607 64 bits
The text was updated successfully, but these errors were encountered: