Franck De Graeve

Results 6 comments of Franck De Graeve

Same issue for me. 100% of my tests failed. Do you have an idea to solve this ?

Hello, Do you solve your issue ? I have the same problem, I try version 7.1.6 and 7.1.5

Hello, I use wordpress with official docker image with traefik as reverse proxy. Switch to the static-html-output plugin solve my issue.

Hello, I make a deeper analysis. **Headers** I deploy the traefik whoami image to check headers. Traefik add "request_" in log, but the header is good, it's `X-Forwarded-For` so no...

I change my strategy and add a blocklist in cloudflare too. It's better to block fast and not charge Traefik.

If you want check only the client IP, I change the loop with this code in line 169,170 ```Golang for index, ipAddress := range reqIPAddr { if index == 0...