Can any of you help to resolve the below issue related to security purpose which need to developed in ASP.NET MVC4
I need to capture the Domain name of client website when they request to my website pro grammatically.
Basically my website is developed for specific user only and they domain name already got save in Data Base so i need to give authentication to those domain only which got save in my DB.
I have tried various combination of code which is not working for me like
Request.url
Request.host
Request.absolutepath
Request.servervariable
They all gives me current request domain name which is my domain name, so please help me out to get resolved this issue
Thanks in advance!