I'm using EPiTrace 1.21 on a site that have some pages that are secured by SSL.
When I try to view the secured pages, IE 8 displays a security warning, asking me if I want to view non-secure content.
If I look at the rendered HTML, I can see that EPiTrace is adding these tags:
<div style='display:none'> <img src='http://mysite.com/EPiTrace/PixelImg.aspx?pageid=1&usersid=&referer=http%3a%2f%2fsomesite.com' alt='EPiTrace logger' /></div>
Is it possible to have EPiTrace to check if the page is viewed via HTTPS, and then render an img tag starting with HTTPS instead?
I'm using EPiTrace 1.21 on a site that have some pages that are secured by SSL.
When I try to view the secured pages, IE 8 displays a security warning, asking me if I want to view non-secure content.
If I look at the rendered HTML, I can see that EPiTrace is adding these tags:
<div style='display:none'>
<img src='http://mysite.com/EPiTrace/PixelImg.aspx?pageid=1&usersid=&referer=http%3a%2f%2fsomesite.com' alt='EPiTrace logger' />
</div>
Is it possible to have EPiTrace to check if the page is viewed via HTTPS, and then render an img tag starting with HTTPS instead?