I'm currently working on a project using an Angular 4 Application.
One of the elements in my HTML code is an href link that has a mailto:
email address.
The issue I'm facing is that when I click on this link while using IE11, either I get automatically logged out or the page gets refreshed. This results in the user being sent back to the login page.
Here's a snippet of the HTML CODE:
<a href="mailto:"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2a47534f474b43466a4d474b434604494547">[email protected]</a>">Email me</a>
Has anyone encountered this issue before and if so, do you have any ideas for a solution?