We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a request I am trying to send in Stepper but I don't want it to update the CL header:
POST /foo HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*, text/w42f61mqgg5 Accept-Language: en-GB Accept-Encoding: gzip, deflate, w42f61mqgg5 Host: b8.ee Connection: keep-alive Origin: https://w42f61mqgg5.com Content-Type: application/x-www-form-urlencoded Content-Length x: 35 GET /robots.txt HTTP/1.1 X-YzBqv:
This setting is disabled in config but it's being applied when you view it in Logger:
The text was updated successfully, but these errors were encountered:
Looks like this is caused by the Burp API automatically updating the content-length header when this line is executed:
Stepper/src/main/java/com/coreyd97/stepper/MessageProcessor.java
Line 295 in 215169e
Hopefully the Montoya API doesn't have this problem, but I guess we'll find out when I update this to that API...
Sorry, something went wrong.
No branches or pull requests
Here is a request I am trying to send in Stepper but I don't want it to update the CL header:
This setting is disabled in config but it's being applied when you view it in Logger:
The text was updated successfully, but these errors were encountered: