The App switches from HTTPS to HTTP
Tevinthuku opened this issue · 0 comments
Tevinthuku commented
The app switches from a secure connection to an insecure connection because of mixed content which means that there are some resources that load from HTTPS and others load from HTTP
On the Home page as shown in the screenshot below the app loads just fine under a secure connection.
Once a user scrolls over to the properties page this changes
The change is because some images are loaded via http
and as a result makes the whole page/app after visiting this page or similar pages susceptible to man in the middle attacks
Identified Gap
We can make sure that all resources are loaded from HTTPS
Possible Solution
Examples
- In the pages loading images under
http
and nothttps
- Properties page
- Property details page