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

Multiple request in repeater tab

Anandharaj | Last updated: Oct 29, 2021 05:48AM UTC

Hi Team, I need your support for what I missing in an issue. I have tested my own site in burp suite and I have pasted multiple requests in a single repeater tab, and change connect is keep-alive, and disabled content length update. I have mentioned my request in this message, kindly help me with what it was. ``` POST /api/v1/auth HTTP/1.1 Host: api.example User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 Accept: application/json Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: https://api.example/ Content-Type: application/json;charset=UTF-8 Authorization: Bearer null Origin: https://api.example Content-Length: 48 Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site Te: trailers Connection: keep-alive {"password":"fjubj","email":"cyber@api.example"} POST /api/v1/auth HTTP/1.1 Host: api.example User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 Accept: application/json Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: https://api.example/ Content-Type: application/json;charset=UTF-8 Authorization: Bearer null Origin: https://api.example Content-Length: 48 Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site Te: trailers Connection: keep-alive {"password":"fjubj","email":"cyber@api.example"} POST /api/v1/auth HTTP/1.1 Host: api.example User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 Accept: application/json Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: https://api.example/ Content-Type: application/json;charset=UTF-8 Authorization: Bearer null Origin: https://api.example Content-Length: 48 Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site Te: trailers Connection: keep-alive {"password":"fjubj","email":"cyber@api.example"} ``` If I send the above request, I receive 3 responses. But I did not know, how it's happening. Regards, Anandharaj

Uthman, PortSwigger Agent | Last updated: Oct 29, 2021 10:05AM UTC