I was wondering if you can fake the Uri.Host value of a string. For example, given the following code:
new Uri(url.ToLower()).Host == "example.com"
Is there anyway to have this boolean comparison be true, but at the same time the URL go to a different server than example.com?