Request view
The Request view is used to inspect the data that is sent from the browser to the server. In the request block or buffer that is sent to the server from the browser, all information is formatted in the form of field name and its corresponding value. This format simplifies identifying the index-specific field names and their contents and to create events from data in the request block.
Note: Information about the response is placed in the request block.
The cxImpact system provides some computed information about each hit, which is also stored in the request block. The following sections indicate sources of the information in the request block: the browser, the server, or computed by the cxImpact system and inserted into the request block.