javascript - HttpContext.Current.Request.Url.Host and window.location.host uppercase -
strange question, know, but, in case, can httpcontext.current.request.url.host
or window.location.host
return value in uppercase? should use .tolowercase
, .tolower
sure ok?
using tolower() work string value effect have on host address? still show 192.xxx.xxx if point
system.web.httpcontext.current.request.url.host.tolower();
Comments
Post a Comment