-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Find out how to force http traffic to https. How this is done in apinf.io?
Referring to the last section in the article: "If you want to enforce every request to be via HTTPS, simply add the Meteor package force-ssl. With this package in your local development environment, you don't need https and the app can still be accessed via http. In production mode (which is the case with systems setup via MUP) every request via http is redirected to https."
Reactions are currently unavailable