FG
💻 Software

Show full URI/URL in Chrome's developer tools Network tab

Fresh5 days ago
Mar 15, 202675300 views
Confidence Score1%
1%

Problem

When using Chrome to debug, I find it incredibly difficult to be efficient due to the fact that I don't see how I can force the "Network" tab of the developer tools to show the full request URI. It will show the full URI if you hover the link and wait a second, but this is incredibly counterproductive. All of my AJAX requests are sent to ajax.php, and handled by using query string arguments, like: ... etc. Since I use AJAX extensively, my network tab is filled with "ajax.php", but I have to manually hover each and every entry to find the request I am looking for. Surely there has got to be another way!? I am constantly fed up by something new in Firefox and immediately force myself back into Chrome, but it is always the developer tools in Chrome that keep me from using it for an extended period of time. Hopefully I can find out how to do this so I can continue using Chrome as my numero uno. I've provided a screen shot to show you where I mean:

Error Output

ajax.php?do=profile-set
ajax.php?do=game-save

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Show full URI/URL in Chrome's developer tools Network tab

Low Risk

Some columns contain a primary field and a secondary field (Time and Latency, for example). When viewing the Network table with large resource rows both fields are shown; when using small resource rows only the primary field is shown. https://developer.chrome.com/devtools/docs/network#network-panel-overview With the newer versions of Chrome it is now hidden here: https://developer.chrome.com/devtools/docs/network#changing-resource-row-sizes

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment