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

Burp Professional REST API same url does not fetch result

smoskov | Last updated: Dec 17, 2020 05:56PM UTC

Hello Burp, During working with Burp Professional REST API I have next issue: When I POST /scan twice with the same url I didn't get scan results for the second scan via GET /scan/[task_id] it works only for the first scan For example: scan#1: POST /scan whatever.url (task #1 created) scan#1: GET /scan/1 => response with results from task#1 scan#2. POST /scan whatever.url (task #2 created) scan#2: GET /scan/2 => response is empty is this intentional or maybe there is a configuration that I can use to get response every time Thanks

Uthman, PortSwigger Agent | Last updated: Dec 18, 2020 09:38AM UTC