Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Introduction to Front End Performance Optimization Measuring Performance Chrome DevTools

Tristan Terry
Tristan Terry
9,044 Points

How do I get the method to show up on the Network tab?

I am watching videos on Chrome Devtools, and when he pulls up his Network tab there is a section called Method, but my DevTools don't have that any idea whats up?

1 Answer

On the Network tab, when you're viewing the list, there are a bunch of columns, if you right-click one of the column names you'll see a list of others than can be added/removed. Method should be in there.

Otherwise, if you're looking for the method of a particular request, just click on the name of the request to see the detailed view and then the 'Request Method' will be under the 'General' group of the 'Headers' tab for that request.