I make the following call using jQuery
:
$.ajax({
url: "http://domain/..etc../calendars/",
// ...
});
which returns the results I need.
The issue I have is this call is represented like this in the developer tools:
The call is simply displayed as:
?_=1443327272355
This makes the call difficult to find in amongst all of the other calls without filtering and searching.
Is there a way I can display the call as at least:
/calendars/?_=1443327272355
Your best option is to use large request rows. In order to see large request rows, click the "Network Settings" on the right of the Network panel, and select "Use large request rows".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With