Traffic record

The Primo Studio traffic tracking subsystem allows you quickly and easily analyzing the exchange with portals, sites and web services, as well as generating Web requests in scripts based on the data received.

The tracking subsystem is represented by the Traffic Capture, Packet Properties and Traffic Filter panels.

  • Result: Request event code

  • Protocol: Request protocol type

  • Host: Host name

  • URL: Remote machine address

  • Body: Request (query) body size in bytes

  • Caching: Information on caching

  • Type of content

Request and response body text can be found by clicking on the + icon in the request header

To get more information about a request and a response, you need to select it in the Traffic Capture panel, and then the information about the request will be reflected in the Properties panel of the packet.

There is information about requests in the upper part of the panel. There is information about responses in the lower part of the panel. The information contained in the panel is divided into the following categories:

  • Headers: Information on headers

  • Text: Request body text

  • Clear: Request/response text in clear text (headers and body)

  • JSON: Body data view in the form of JSON

  • XML: XML review of body data

There is the Traffic Filter panel necessary for pre-filtering traffic.

This panel allows:

  • Enabling tracking of CONNECT type requests

  • Enabling interception of multimedia content requests

  • Creating special filters

In the special filter table, you can create filters for certain elements of a request/response based on regular expressions. The filter contains the following elements:

  • Result

  • Protocol

  • Host

  • URL

  • Content type (request)

  • Content type (response)

  • Header (request)

  • Header (response)

  • Body (request)

  • Body (response)

For example, to filter requests only to sites with a URL including mail, you need to create a filter with the URL Object and the Expression.*mail.*

Last updated