Capture Response
Overview
These instructions outline the steps required to record web browser requests generated by Axibase portals.
Chrome
Open a portal.
Click
F12on Windows orCommand+Option+Ion Mac to open Developer Tools.Open the Network panel.

Click the
Cleariconin the toolbar to clear the request history.
Click the widget header.

The dialog mode initiates a request into ATSD to load data for the selected widget.

Right-click the request row. Select Copy > Copy Response.
Save the request output into a file such as
widget_xyz_response.json.
Firefox
Open a portal.
Click
F12on Windows orCommand+Option+Ion Mac to open Developer Tools.Open the Network panel.

Click the
Cleariconin the toolbar to clear the request history.
Click the widget header.

The dialog mode initiates a request into ATSD to load data for the selected widget.

Right-click the request row. Select Copy > Copy Response.
Save the request output into a file such as
widget_xyz_response.json.
Internet Explorer
Open a portal.
Click
F12to open Developer Tools.Open the Network panel with
Control+4.
Enable network traffic capturing by clicking on
F5.
Click the widget header.

The dialog mode initiates a request into ATSD to load data for the selected widget.

Double click the request row. Select the Response body tab.

Save the request output into a file such as
widget_xyz_response.json.
Edge
Open a portal.
Click
F12to open Developer Tools.Open the Network panel.

Click the
Clear sessioniconin the toolbar to clear the request history.
Click the widget header.

The dialog mode initiates a request into ATSD to load data for the selected widget.

Right-click the request row. Select Copy response payload.
Save the request output into a file such as
widget_xyz_response.json.