Force TAG to load trough HTTPS

Silver Contributor
Silver Contributor

Hi Everyone!

Do you know, how can I force the Tealium tag scripts to use src="https://..." instead src="//..." ?

<script type="text/javascript" async="" charset="utf-8" id="tiqapp" src="//tags.tiqcdn.com/utag/xxx/xxx/prod/utag.3.js?utv=ut4.48.202108061812"></script>

<script type="text/javascript" async="" charset="utf-8" id="tiqapp" src="//tags.tiqcdn.com/utag/xxx/utag.v.js?a=xxx/xxx/202108172112&amp;cb=1629318750883"></script>

I'm running in localhost without SSL but I need to load all the scripts inside the PWA by using https.

Thank you!

2 REPLIES 2

Force TAG to load trough HTTPS

Tealium Expert
Tealium Expert

Hi @ChristianLeyva   This  is   interesting  -  is it a  proof of concept of   some kind?  Others may  chime in with some ideas but one time I accomplished  this by saving  a local copy of  the files then  edited  them manually to  add https:// to every link.  A true  Hollywood  movie set that was, but it accomplished my goal for that moment.

Tealium Expert

Force TAG to load trough HTTPS

Silver Contributor
Silver Contributor

Hi @mitchellt, I'm trying to use Tealium IQ inside a WebView in an Android app, without using the SDK. But when I build the app I have to change the settings inside the config.xml to: 

android:usesCleartextTraffic="true"

<application>  |  Android Developers

Will be easier and save to have all the requests as https://

Public