jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Support forwarded headers #1184

Closed jpschewe closed 3 months ago

jpschewe commented 4 months ago

Check for HTTP forwarded headers when checking for brute force stacks.

jpschewe commented 4 months ago

It would be nice if the access logs could display this as well.

jpschewe commented 3 months ago

The authentication doesn't check by IP, only by username, so no need for forward header support there.

jpschewe commented 3 months ago

The access log code already has the X-Forwarded-For parameter in it's output.