> On Jan 29, 2016, at 12:46 PM, Muhammad Faisal <[email protected]> wrote: > > sorry for being dumb but how to check the header from origin?
tcpdump would work. But even easier is to run ATS with the diagnostics headers
enabled for http_hdrs, e.g.
$ sudo trafficserver stop
$ sudo traffic_server -T http_hdrs
And then run a request, it’ll show all headers.
— Leif
