Hello all,
I am a developer and am currently working on an website. My domain is on go daddy and my application is deployed on heroku. I have pointed my domain name on go… (read more)
Hello all,
I am a developer and am currently working on an website. My domain is on go daddy and my application is deployed on heroku. I have pointed my domain name on go daddy to the heroku DNS and have set up forwarding so it is always sent to https instead of http. IE example.com goes to https://www.example.com and www.example.com goes to https://www.example.com
This works across all browsers and devices, chrome on desktop, safari on desktop, firefox on desktop, chrome app, and safari app.
However, on the Firefox mobile app for IOS, only entering example.com redirects correctly.
www.example.com does not forward to https://www.example.com, it instead always goes to http://www.example.com
Is this a common issue with firefox mobile app for IOS? Any other developers know a fix for this? I am certain all my heroku and go daddy stuff is set up correctly. I need this to redirect correctly as my application requires https connection.
Thank you in advance for any help, it is greatly appreciated.