Here's a change I've been using in my software project. By providing a
scheme-relative URL for the API server, we no longer have to specify whether to
use SSL or not. Instead, the browser uses the same protocol as the surrounding
webpage.
Newer versions of Firefox throw a warning if an HTTPS page tries to include
non-HTTPS iframes. Using a scheme-relative URL ensures you will avoid this
problem.
Original issue reported on code.google.com by aaronwells on 28 Feb 2014 at 3:58
Original issue reported on code.google.com by
aaronwells
on 28 Feb 2014 at 3:58Attachments: