Skip to main content

HTTP Plugin

Introduction

The JUMP HTTP Plugin has the following features.

  • Basic Auth - This is a simple implementation of middleware basic HTTP authentication.

  • Force Canonical - Forces the website to enable www and to redirect from non-www.

  • Force HTTPS - Forces the website to always redirect from http to https.

  • Force Lowercase - Forces the website to have a lowercase URL structure.

  • Remove Trailing Slash - Removes the trailing slash from the site.

  • Redirects - HTTP Redirects handled both at a Database and Interface level.

  • Security Headers - A series of HTTP headers middleware to improve website security.

  • Remove index.php - Middleware to remove index.php and redirect.

  • IP Whitelisting - Block access to websites except for whitelisted IPs

Installation

composer require jump/oc-http-plugin

Repository

Github

Troubleshooting

Basic Auth not working?

If basic auth credentials modal keeps popping up on every page request, ensure you have added the Authorization header to the Whitelist in the CloudFront distribution