connection - Can the HTTP version of response differ from the HTTP version of the request -


if use curl websites data sends packet header (with empty body):

get / http/1.1 user-agent: curl/7.38.0 host: someurl.com accept: */* 

http version 1.1 used here.

my question: happen server answers 200 ok response different http version. e.g.:

http/1.0 200 ok ... 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -