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

Auto-Resend Requests in proxy

Björn | Last updated: Apr 23, 2021 04:00PM UTC

Hi, I have a web site that uses captchas during heavy load. It’s problematic since it’s JavaScript code is silently failing when sich a captcha is retrieved in a HTTP response. Captchas are not visible, so I’d like to intercept the response with an condition (that works already), but then automatically have it resend, with the new response handed to the original request. This should already fix it, since these captchas only show each 5th request or so. I was wondering if any default function or extension exists for this, but didn’t find anything alike. Cheers

Björn | Last updated: Apr 23, 2021 04:11PM UTC

To explain it easier: I would like to automate: - intercept response - action-> send to repeater - resend request in repeater - copy response from repeater to proxy - forward response in proxy

Hannah, PortSwigger Agent | Last updated: Apr 26, 2021 04:19PM UTC