klmdb
klmdb

Reputation: 815

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!

Upvotes: 10

Views: 5127

Answers (2)

JillAndMe
JillAndMe

Reputation: 4551

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

Upvotes: 8

koox00
koox00

Reputation: 2731

There is a button in view:

enter image description here

which enables larger request rows.
so you get this:

enter image description here

Upvotes: 12

Related Questions