Reputation: 815
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
Reputation: 2731
There is a button in view:
which enables larger request rows.
so you get this:
Upvotes: 12