简体   繁体   中英

Mixed content error google tag manager

I've inserted Google Tag Manager code and still receiving mixed content error (I have no tags fired inside GTM).

I know about the other questions around here, but this seems to be another case:

This is the URL where it's loaded: https://www.ilpasso.ro/index.php?page=cart

在此处输入图片说明

Your base href is set to http. Since relative links pick the protocol/hostname from the base href GTM will use the http value.

Change

<base href="http://www.ilpasso.ro/" />

to

<base href="https://www.ilpasso.ro/" />

and you should be all set.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM