How to inspect HTTP requests in Safari 8 or later

Actually, there is a way to do that, just like Chrome:

On the Inspector window, at the Resource sidebar (at right), there’s a small arrow at the “Request Data” subsection. That’s where we need to click!

enter image description here

(Sorry for the browser language in Portuguese, btw).

Once the data screen is loaded, you can even switch between Request and Response views.

enter image description here

Hope this helps 🙂

Leave a Comment