• Hi! I like the idea and functionality of your plugin. I’ve just taken ownership of a website that we’ve migrated from an apache host to a Microsoft Azure host. I think I’m experiencing the problem where one lockout for a singular user now locks the entire system/all users (based on traffic being read as the IP from the server or similar). I can’t find any documentation as to what I should put in the trusted IP origins setting to fix this issue. Can you please advise based on my debug info below?

    My debug info:

    PLATFORM_VERSION = IP0
    WEBSITE_PRIVATE_IP = IP1
    HTTP_X_CLIENT_IP = IP2
    HTTP_CLIENT_IP = IP3
    HTTP_CF_CONNECTING_IP = IP4
    HTTP_X_FORWARDED_FOR = IP4,IP3
    REMOTE_ADDR = IP5

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WPChef

    (@wpchefgadget)

    Most likely you need to use HTTP_CF_CONNECTING_IP there. We are going to update the debug tab in the near future to make it more informative.

Viewing 1 replies (of 1 total)
  • The topic ‘Documentation for Trusted IP Origins’ is closed to new replies.