Skip to content

Network

ApiTune provides a comprehensive network monitoring and manipulation interface, enabling detailed inspection and modification of HTTP/HTTPS traffic.

Network Panel

Traffic Filtering

Access the advanced filtering system via the Filter button to precisely control visible network traffic.

Filter options include:

  • Request types (XHR, Fetch, Document, etc.)
  • Response status codes
  • Custom filtering patterns

Filter Options

Column Customization

Customize the network panel layout through the Columns button to display relevant information for your debugging needs.

Data Organization

Sort network entries by clicking column headers to arrange data in ascending or descending order.

Column Sorting

Request & Response Analysis

Select any network entry to access detailed request and response information through dedicated tabs:

Request Inspector

View comprehensive request details including headers, parameters, and payload data. Request Details

Response Inspector

Examine response headers, status codes, and body content. Response Details

Response Preview

The Preview tab offers formatted visualization of response data:

  • Automatic syntax highlighting for code
  • Direct image rendering
  • Structured data formatting

Image PreviewJSON Preview

Test Results

For requests with associated test scripts, view execution results and assertions in the Test tab.

Test Results

Request/Response Modification

Enable real-time traffic modification through the Edit button:

  1. Activate edit mode to modify request/response properties
  2. ApiTune automatically generates corresponding modification rules
  3. Changes apply specifically to the selected request pattern

Edit Mode

The system creates targeted rules that affect only matching requests/responses.

Rule Application