Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

chrome dev tools network request name

Does anyone know of a way to display the full network resource request url instead of just the last part of it in chrome dev tools plz?

Right now it's showing me only the last part of the resource url: 1 or 2 for requests to /users/1 and /users/2. Since I have multiple resource urls ending in /:id, this get confusing very fast.

When I hover the name I get a title with the full request url. It would be nice to be able to see it without needing to hover over each separate request.

Thanks!

like image 623
klmdb Avatar asked Dec 23 '15 08:12

klmdb


2 Answers

There is a button in view:

enter image description here

which enables larger request rows.
so you get this:

enter image description here

like image 175
koox00 Avatar answered Oct 03 '22 05:10

koox00


It seems View button is moved since latest version of Chrome enter image description here

like image 37
JillAndMe Avatar answered Oct 03 '22 05:10

JillAndMe