Hey guys!<br>
<br>
Need some help here. How to handle the page access when the user uses the IP address instead of the dns name?<br>
<br>
For instance my page is this https://www.mypage.com working fine and has the public IP address 200.200.200.200.<br>
<br>
If I type https://200.200.200.200 it works.<br>
<br>
I would like to prevent this from happening. Redirect to the dns name or even deny the access should be fine either way.<br>
<br>
Any experience in how to handle this? I have few scenarios where I have aws ELB in front of IIS servers.<br>
<br>
Thanks!