When I use ffuf with any residential proxy, I always get some errors (this is "normal", residential proxies aren't 100%).
ffuf -u "https://somedomain.com/..."
-x socks5://myresidentialproxy.com:824 \
I tried using ffuf with a local mitmdump proxy, and let it try to retry in python code, but it hasn't worked.
It would be super cool if a ffuf request got en error, that ffuf would simply retry that request (and get a new connection from the residential proxy, f.ex. by me setting how many times it should retry).