Viewing 1 replies (of 1 total)
  • Dear Customer,

    The HTTP-X-FORWARDED-FOR header is supported by PHP definitions within the PHP web files. These definitions are typically entered into the webpages configuration files.

    To enable HTTP-X-FORWARDED-FOR to connect users IP address, please follow these directions:

    Edit the PHP that opens every time your website is visited (configuration files are usually opened each time a user visits) ex. Config.php, global.php, or defines.php

    1. Open the PHP files in your favorite text editor
    2. At the top of the configuration files after <?php add

    This will configure your script to look for the HTTP-X-FORWARDED_FOR header and replaces it with your IP address.

    If successful the IP of users connecting through the proxy service should be visible in the script you are using on your website.

    If somehow HTTP-X-FORWARDED-FOR does not work, try HTTPXFORWARDEDFOR (without slashes in between).

    I hope that sufficiently answers your question and if you have any further inquiries please let us know!

    Have a great day!

    Sincerely,

    Team Cloudbric

Viewing 1 replies (of 1 total)
  • The topic ‘Real ip from cloudbric.com’ is closed to new replies.