react-https-redirect icon indicating copy to clipboard operation
react-https-redirect copied to clipboard

Force a redirect to HTTPS when not on a local web server

Results 3 react-https-redirect issues
Sort by recently updated
recently updated
newest added

This works great for an app with a single domain, but my subdomains don't load on localhost. Example `foo.localhost:3000` automatically redirects to `https://foo.localhost:3000/` and throws an error

I dont have any errors but my site is loading the URL's with Http instead of redirecting them to Https. Can someone confirm or am I the only one?