Getresponse javascript forced conversion to http
-
Hi
When I have WordPress HTTPS installed, my getresponse goals tracking script gets converted from https to http, and it doesn’t work:
<script type=”text/javascript”>
var gr_goal_params = {
param_0 : ”,
param_1 : ”,
param_2 : ”,
param_3 : ”,
param_4 : ”,
param_5 : ”
};</script>
<script type=”text/javascript” src=”https://app.getresponse.com/goals_log.js?p=12345&u=BoJq”></script>The https://app.getresponse.com gets converted to https://app.getresponse.com
The script is inserted just before the </body> tag on my website.
Any ideas?
Thanks,
Sammie
- The topic ‘Getresponse javascript forced conversion to http’ is closed to new replies.