httpfuzz icon indicating copy to clipboard operation
httpfuzz copied to clipboard

Results 1 httpfuzz issues
Sort by recently updated
recently updated
newest added

`httpfuzz` adds an extra `\r\n\r\n` before the body of a request. I believe this is because function `RequestFromFile()` includes the `\n\n` or `\r\n\r\n` sequence that was read from the `--seed-request`...