Skip to main content

Inspecting AJAX requests with Chrome tools

in Troubleshooting
Authors list
Published: 29 Jun 2022

The Deskpro interface uses a web programming technique called AJAX to allow the pages to update dynamically without the need to refresh the whole page.

Sometimes, a Deskpro support agent may ask you to inspect individual AJAX requests to help diagnose a problem.

Here's how to do this:

  1. Using a Google Chrome web browser.

  2. Open the Deskpro interface, where the problem is occurring.

  3. Within the Chrome menu system, go to More Tools > Developer Tools.

Dev Tools.png

  1. When the developer tools console opens, click on the Network tab, then click XHR below.

  2. You can now see the AJAX requests. The Deskpro agent has probably told you some steps to take and a particular request to look for. Click on an individual request to see the request details, which you should copy and send to the agent.

AJAX Requests.png

HelpfulUnhelpful

Please log in or register to submit a comment.