Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safari 6 debugger -- view recorded request/response headers

Tags:

safari

I'm not sure if I'm misssing something or what, but I can't seem to find the request/response headers for anything except the most recent request even when recording networking requests in Safari 6.0.1's debugger.

I did the follow:

  1. Enabled Recording under Instruments
  2. Navigated to a page
  3. Viewed the initial Document request and saw it's request/response headers
  4. Submitted a form on that page which redirected me to a different site

Now when I look at the network requests, I can view the requests/response headers for the most recent request made by the browser but it seems to have lost the headers for the requests previous to that.

like image 590
Bradley Avatar asked Oct 03 '12 18:10

Bradley


2 Answers

An old question, but this still stumped me for a bit. Hit the 'Resource' button in the top right corner and a sidebar slides out from the right with header information

like image 85
Philip Pearl Avatar answered Dec 07 '22 15:12

Philip Pearl


In Safari 9 I found my "Details Sidebar" hiding behind a small button on the right-hand side of the Network panel. (Keyboard shortcut: Opt-Cmd-R)

enter image description here

like image 45
groovecoder Avatar answered Dec 07 '22 16:12

groovecoder