JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3104
  • Score
    100M100P100Q124510F
  • License MIT

hapi http -> https redirection for servers behind a reverse proxy

Package Exports

  • hapi-require-https

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hapi-require-https) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hapi-require-https Build Status

http to https redirection for Hapi servers behind a reverse proxy. Any incoming request with 'http' in X-Forwarded-Proto will be redirected (301) to the same host and path with 'https' as the protocol.