Forum Moderators: phranque
I'd suggest a search for keywords like http headers + [browser name] and see if that returns anything that may fit the bill.
preferably i use the following command on a *nix-type system:
lwp-request -Sd 'http://www.example.com'
which will show only the response status chain for that HTTP GET request.