• Resolved betagoo

    (@betagoo)


    Great, Great plugin!
    But not support blocking specific IP addresses behind CDN, CloudFlare or proxy.
    It would be useful, if this plugin would handle X-Forwarded-For header.
    For example:

    SetEnvIf X-FORWARDED-FOR 43.252.228.133 DenyIP
    SetEnvIf X-FORWARDED-FOR 43.252.228.133 DenyIP
    Order allow,deny
    Deny from env=DenyIP
    Allow from all
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Fresh-Media

    (@jan-paul-kleemans)

    Hi,

    Thanks for your post.

    The reason why we didn’t add support for that is that you can easily spoof the X-Forwarded-For header, pretending to be someone else (with all the consequences).

    How do you think about this?

    Thread Starter betagoo

    (@betagoo)

    Now I understood. Thanks.

    • This reply was modified 6 years, 9 months ago by betagoo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Handle X-Forwarded-For header’ is closed to new replies.