I was looking at network requests from my Chrome Version 41.0.2272.104 (64-bit) and saw a curiosity with a request to Google Analytics' collection endpoint:
There are several headers I do not recognize: :authority:
, :method:
, :path:
, :scheme:
:authority:
seems to replace the Host
header of HTTP 1.x, the :method:
I'd expect to be an HTTP verb, not a header
A HAR export of Chrome reports the HTTP version as "Unknown" - see http://pastebin.com/1LjRVeHb
What's going on?