The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

2 requests with the same URL but different HTTP methods are not getting added to the Site Map

Akash | Last updated: May 25, 2018 07:03AM UTC

Suppose, we have a GET request and a PUT request with the exact same URL. GET https://test.com/xyz PUT https://test.com/xyz Only one of them( the one that is intercepted/invoked last) gets added to the sitemap. If I intercept or invoke GET from Repeater, it gets added to the Site map alright. But then When I invoke the PUT request afterwards, the GET request gets replaced by the PUT request in the Site map and the initial GET request is not to be seen anywhere in the Site map. This will affect the scans, since the first captured request will not be scanned at all as it will not be in the site map. One has to manually send such requests to the scanner. This can become a daunting task if the application is big and there are many such requests. Can you please let us know why do we see this behavior? Anything that we can tweak to get both the requests in the Sitemap?

PortSwigger Agent | Last updated: May 25, 2018 07:58AM UTC