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

HTTP REQUEST SMUGGLING

jason | Last updated: Apr 20, 2020 08:11PM UTC

I am doing portswigger academy. the TE.CL HTTP REQUEST SMUGGLING exercise seems to require some extra configs that I am missing. The following post request returns different than what is expected. -----REQUEST-------- Transfer-Encoding: chunked Content-Length: 3 1 G 0 -------------------- -----RESPONSE-------- HTTP/1.1 403 Forbidden Content-Type: application/json; charset=utf-8 Connection: close Keep-Alive: timeout=0 Content-Length: 28 "Unrecognized method G0POST" ------------------------ Is there a setting that sets the number 0 as a length indicator?

jason | Last updated: Apr 21, 2020 04:56AM UTC