I want to get the complete URL entered by the user in the browser obviously with the correct domain name. For example, if my domain is www.TestDomain.com and the user enters the correct domain but with some extra parameters like www.TestDomain.com/Test/1124/tres. This new URL causes 404 error so i want to get this URL in the controller action method.
Thanks & Regards