=== Reverse Proxy === Contributors: cyberlord92 Tags: Reverse proxy, Load Balancing, IP Restriction, CORS, Rate Limiting Requires at least: 2.0.2 Tested up to: 6.0 Requires PHP: 7.0 Stable tag: 1.1.0 License: MIT/Expat License URI: https://docs.miniorange.com/mit-license Secure your WP website from unauthorized access from web vulnerabilities, hence providing a secure connection between your internal services and external clients. == Description == Reverse proxy server is helpful in protecting systems against web vulnerabilities, which adds an extra degree of security. In contrast to a regular proxy server, which protects clients, a reverse proxy protects servers. A reverse proxy is a server that receives a client's request, passes it to one of many other servers, and then delivers the results from the server that actually processed the request to the client as if the proxy server had handled it itself. The client only talks with the reverse proxy server and is unaware that its request was really handled by another server. **How Reverse Proxy will work for your WordPress site?** Reverse proxy plugin will help you to setup the proxy on your WP site so that it can be accessed with the Proxy URL thereby securing your actual WordPress URL and extending the security with many other features as listed below. == FEATURES == **Rate Limiting:** Set interval between each request from each IP address and the amount of requests received within a certain time zone._ **CORS:** AJAX requests to this site from another (those containing an Origin header) will be allowed for any domain in your multisite setup._ **IP/ Location/ Device based restriction:** Activate network control, limiting inbound connections to web services based on IP address, location, and device, and reducing unwanted traffic. Plugin can be useful to detect Real visitors IP Address._ **Load Balancing:** Load balancing guarantees that no server is overwhelmed by distributing network traffic among numerous servers._ == Installation == This section describes how to install the All In One WordPress Reverse Proxy and get it working. = From your WordPress dashboard = 1. Visit `Plugins > Add New` 2. Search for `Reverse Proxy`. Find and Install `Reverse Proxy` plugin by miniOrange 3. Activate the plugin from your Plugins page. = From WordPress.org = 1. Download Reverse Proxy. 2. Unzip and upload the `reverse-proxy` directory to your `/wp-content/plugins/` directory. 3. Activate Reverse Proxy from your Plugins page. == Frequently Asked Questions == = What is the use of Reverse Proxy? = Reverse Proxy is used to protect websites from harmful vulnerabilities. It can be useful for various features like Rate Limiting, Caching, Load Balancing, Bot traffic Prevention, SSL offloading, TLS offloading, Access Control, Traffic Management and many more. = How does the Reverse Proxy plugin work? = Reverse Proxy plugin filters out the request and sends authenticated and authorized requests to the origin server. = Can Reverse Proxy plugin be set up on any website? = Yes, it can be set up on any website and can be useful for URL rewriting too. == Screenshots == 1. Reverse Proxy Description ==Changelog== = 1.1.0 = * First version of the plugin == Upgrade Notice == = 1.1.0 = * First version of the plugin