メインコンテンツへスキップ

Inspecting AJAX requests with Chrome tools

Troubleshootingで
作成者一覧
公開日: 2022年6月29日

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

参考になった役に立たない

コメントを投稿するには、ログインまたは登録が必要です。