Object

Request

An HTTP request in which an issue was identified.

Fields

request_index(): Int
The index of the request in the context of all requests that were sent.
request_count(): Int
Indicates the order of the request in cases where multiple requests (and requests and responses) are chained together to demonstrate an issue. For example, the second request in the sequence would have the count '2'. This is displayed on the Burp Suite Enterprise Edition web UI as 'Request 2'.
request_segments(): [RequestResponseSegment]
A list of segments of the request.