London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?