Available integrations - Developer documentation | Documentation

Available integrations

Of course, our goal is to make redirection.io usable with most of the platforms out there. There are currently several available integrations which are actively maintained by the redirection.io team:

redirection.io is also available on several hosting platforms, with a close-to-zero installation process:

Integration Pros Cons
Standalone reverse proxy - Performance
- Official packages available
- Single binary, easy to integrate in many environments
- Ability to install a server software
Apache module - Performance
- Official packages available for several distributions
- Open Source
- Requires an Apache2 server
- Ability to install a native module
nginx module - Performance
- Official packages available for several distributions
- Open Source
- Requires a nginx server
- Ability to install a native module
Cloudflare workers - Easy to install
- No technical skills required
- Requires the use of Cloudflare
Fastly Compute@Edge - Easy to install
- Few technical skills required
- Requires the use of Fastly
Vercel Middleware - Easy to install
- Few technical skills required
- Requires the use of Vercel

Standalone reverse proxy [Permalink to this section](/content/documentation/developer-documentation/available-integrations#standalone-reverse-proxy "Permalink to this section"/index.html)

In many hosting layouts, a Web server like nginx or Apache is not available. It can either be because you want to install redirection.io in front of caching reverse proxies like Varnish or HAProxy, or because your web application server does not require a Web server to be installed (node environments, for example).

In this case, you can still use redirection.io without the need for installing Apache or nginx. Indeed, the redirection.io agent software itself can be executed as a (very performant) reverse proxy, which can scale along with your infrastructure (think scalability):

This integration mode can be preferred if:

Installing the redirection.io agent as a reverse proxy is covered in the agent configuration reference. A dedicated page explains the various ways to integrate redirection.io as a reverse proxy in your infrastructure.

nginx integration [Permalink to this section](/content/documentation/developer-documentation/available-integrations#nginx-integration "Permalink to this section"/index.html)

This integration is perfectly suited for websites that run the nginx Web server. It provides a native nginx module, developed in C, that listens to all the HTTP requests and applies rules on the fly.

You may choose this integration if:

Read more about the redirection.io nginx integration on its dedicated documentation page.

Apache integration [Permalink to this section](/content/documentation/developer-documentation/available-integrations#apache-integration "Permalink to this section"/index.html)

Very similar to the nginx integration, we propose a native Apache module, also developed in C, that allows to apply redirection.io rules at the server level, using an existing Apache VistualHost.

You may choose this integration if:

Read more about the redirection.io Apache integration on its dedicated documentation page.

Cloudflare Workers [Permalink to this section](/content/documentation/developer-documentation/available-integrations#cloudflare-workers "Permalink to this section"/index.html)

Using the Cloudflare workers is an easy and straightforward way to integrate redirection.io in your website.

This solution can be chosen if:

You may read more about the redirection.io Cloudflare integration on its dedicated doc page.

Fastly Workers [Permalink to this section](/content/documentation/developer-documentation/available-integrations#fastly-workers "Permalink to this section"/index.html)

All Fastly customers can benefit of redirection.io by using Compute@Edge, the serverless edge computing solution provided by Fastly.

This solution can be chosen if:

You may read more about our Fastly integration.

Vercel Middleware [Permalink to this section](/content/documentation/developer-documentation/available-integrations#vercel-middleware "Permalink to this section"/index.html)

Vercel-hosted websites can use the redirection.io middleware to benefit of all the features of the redirection.io platform.

This solution can be chosen if:

Read more about our Vercel Middleware.