Host Header Poisoning

A Relative Link
<!-- Links within the site don't need the domain specified. -->
<a href="/login">Click here to login</a>
A Relative Import
<!-- Local imports don't need the domain specified either. -->
<script src="/js/menu.js"></script>