PortSwigger / burp-extensions-montoya-api

Burp Extensions Api
Other
125 stars 3 forks source link

messageID does not uniquely identify the request #38

Closed sro0815 closed 1 year ago

sro0815 commented 1 year ago

The exact same request receives a different messageID in the ProxyRequestHandler than in the HttpHandler.

Burp Version 2023.3 Build Number 19417 Product Name Burp Suite Professional Update Channel Early-Adopter

grafik

Hannah-PortSwigger commented 1 year ago

Hi

This is intentional behavior. The ProxyHandler counter is separate from the HttpHandler counter.

In Burp, if you look at the Proxy History tab and compare it to the Logger tab, you'll see that the same request has a different number attached to it. This is because items in Logger/HttpHandler items include requests and responses from other tools, rather than just the Proxy.

Please let us know if you have any other questions.