Application Middleware

MotaWord Active ecosystem comes with all kinds of integration methods. Depending on your use case, you may opt for a browser-only integration or a full backend integration. The biggest advantage of backend integrations is full SEO compatibility.

"HTTP Application Middleware" method can help your application translate any incoming HTTP request right on the fly. This is similar to our "HTTP Request" method, but works on a request level and can make use of proxying strategies.

The gist of it is to proxy or forward the incoming HTTP requests (of your application) to the Active Serve endpoint.

For a full fledged example of this integration method, take a look at our Laravel integration: https://github.com/motaword/active-laravel

This integration method enables many interesting use cases – discuss with us for the best way to integrate with Active Serve.