Actions
Bug #2600
closedError when use ssl and require
Start date:
01/23/2014
Due date:
% Done:
0%
Estimated time:
Description
when i use ssl and require("http://www.google-analytics.com/ga.js");
this error occurs
Fatal error: failed loading http://www.google-analytics.com/ga.js
and when not user ssl no problem
Updated by Koen Deforche almost 11 years ago
Hey,
I believen a browser might preventie lading http contents within an HTTPS site.
There isn't anything wt can do in that case. Perhaps google also offers an HTTPS version?
Regards,
Koen
Updated by Marcio Sales almost 11 years ago
Hey
thanks the google offers https.
require(env.urlScheme() + "://www.google-analytics.com/ga.js");
BR
Márcio
Updated by Koen Deforche almost 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions