You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025/01/05 23:19:19 Bad Bot Blocker DEBUG: Checking request: CIDR: "192.168.223.1:43476" user agent: "AdsTxtCrawlerTP"
2025/01/05 23:19:19 Bad Bot Blocker INFO: blocked request with user agent adstxtcrawlertp because it contained adstxtcrawlertp
2025/01/05 23:19:19 Bad Bot Blocker DEBUG: Checked request in 5.281855ms
Request still stalls
$ curl -vskLH 'User-Agent: AdsTxtCrawlerTP' localhost:81/whoami
* Trying 127.0.0.1:81...
* Connected to localhost (127.0.0.1) port 81 (#0)> GET /whoami HTTP/1.1
> Host: localhost:81
> Accept: */*> User-Agent: AdsTxtCrawlerTP
>
Any ideas what would be causing the middleware to not allow the response make it back to the client? Thanks for any help.
The text was updated successfully, but these errors were encountered:
Working without plugin
Traefik startup log
Working HTTP request
Enabling plugin causes issues
Once
traefik-ultimate-bad-bot-blocker
is enabled:whoami
--whoami
logs a request (and I assume sends a response)Code change:
Traefik startup log
Stalled HTTP request
traefik-ultimate-bad-bot-blocker
loggingwhoami
--verbose
loggingSimulated bad request is detected
Simulating a request that should be blocked is logged by the plugin in the logs, but the client still hangs:
Sending bad User-Agent (
adstxtcrawlertp
)Request still stalls
Any ideas what would be causing the middleware to not allow the response make it back to the client? Thanks for any help.
The text was updated successfully, but these errors were encountered: