Where is origin of HttpContext.Current.Request.Url.Host?
Posted
by red tiger
on Stack Overflow
See other posts from Stack Overflow
or by red tiger
Published on 2010-04-28T18:14:21Z
Indexed on
2010/04/28
18:17 UTC
Read the original article
Hit count: 273
Why does HttpContext.Current.Request.Url.Host return a different URL than the URL used in the Web browser? For example, when entering "www.someurl.com" in the browser, the HttpContext.Current.Request.Url.Host variable is equal to "www.someotherurl.com".
© Stack Overflow or respective owner