Repeater returns encoded body even if content-encoding
is gzip
#116
Labels
Type: bug
Something isn't working
content-encoding
is gzip
#116
Repeater returns encoded body even if
content-encoding: gzip
body. Originally this was found on DVWA AO using repeater started from code (at least at Windows machine).Steps to reproduce:
DVWA AO
Actual result: encoded data in response body at stage 1, failing step 2.
Expected result: success at all stages.
Note: adding to stage the
accept-encoding: identity
field fixes the issue.The text was updated successfully, but these errors were encountered: