Fix handling of https on backend calls. FE should be able to handle either #24
No reviewers
Labels
No Label
Bug
Enhancement
Feature request
Security related
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WycliffeAssociates/en_btr_frontend#24
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix/handle-https"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR forces calls to the BE to use the
https
protocol. Without this setting, loading the FE viahttp
throws errors and blocks calls to the BE.