This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Incapsula

Description

By using this plugin you will have no change to your originating IPs when using Incapsula. Incapsula acts as a reverse proxy and all incoming connections to your website first pass through one of Incapsula’s servers. This plugin will ensure that you continue to see the real originating IP of your website visitors.

The plugin is highly recommended for WordPress users using the Incapsula service.

HOW IT WORKS:

  • The plugin sets the value of $_SERVER[‘REMOTE_ADDR’] according to the client IP value reported by the Incapsula proxy.
  • The plugin will execute with a high priority, to make sure it runs as early as possible.

ABOUT INCAPSULA:

Incapsula gives any website the security and performance previously only available to the website elite. Through a simple DNS settings change, website traffic is seamlessly routed through Incapsula’s global network of high-powered servers. Incoming traffic is intelligently profiled, in real-time, blocking even the latest web threats from sophisticated SQL injection attacks to malicious bots and intruding comment spammers. Meanwhile, outgoing traffic is accelerated and optimized for faster load times, keeping welcome visitors speeding through.

Sign up here for Incapsula: Incapsula Sign up

Installation

  1. Unzip the file into the Plugins directory
  2. Login to wp-admin
  3. Go to the “Plugins” menu and activate “Incapsula”.

Reviews

7 de febrero, 2017
incapsula are you alive???
Read all 3 reviews

Contributors & Developers

“Incapsula” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Incapsula” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.4

  • Instead of fiddling with the plugins’ order on the $active_plugins record as before, the plugin now runs on the “init” hook, with a very high priority (set to -9999999).

1.3

  • Ensured support for WordPress 3.6.
  • No major change was applied.

1.2

  • First Stable Version