Curious inquiry, I must admit, but nonetheless, is it possible for
HttpContext.Current.Request.Url.Host
or window.location.host
to return a value in uppercase? Would it be advisable to utilize .toLowerCase
and .ToLower
methods to ensure everything goes smoothly?