• Resolved narendrarcsharma

    (@narendrarcsharma)


    I masked an IP detection website( myip.com ) on my webpage. The problem is this masing page is showing the IP address of my hosting, not the IP address of the user.
    Please fix this issue.

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

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

    (@alexdemchak)

    It looks like you’re using the Download method. Unfortunately that’s part of how the download method works:

    – Somebody visits your Masked page.
    – Your website checks to see if it has a valid cache.
    – If not, your website makes a request to the Mask URL, reads the content, and caches it
    – Your website then displays the cached page to the visitor.

    That’s why the user’s IP address isn’t showing. You’ll need to change from the Download method to the Iframe method in order to have the user’s request headers sent to the website.

Viewing 1 replies (of 1 total)
  • The topic ‘IP Detection website masking’ is closed to new replies.