dcsimg

How to avoid mixed content, non-secure or other browser security messages with your

Products

All Products

Cause

The Tag Builder code builds the
“http://domain.com/dcs_id/njs.gif?….”
This can cause browser security messages when browsing a secure (https) site. Messages relating to “mixed content,” “non-secure content” and similar-worded warnings may display.

Resolution

Work around this issue by modifying the

Change:
src=”http://domain.com/dcs_id/njs.gif?…”

change to

src=”//domain.com/dcs_id/njs.gif?…”
This modification will make the

More Information

If you are using SDC (Smartsource Data Collector) with our On Premises product this solution also requires that you have a SSL certificate applied to your SDC server(s).