GetNetGoing helps make networks work |
The Internet Explorer error “Address not valid”: “The address is not valid”In this Internet Explorer error message, “address” refers to the whole Uniform Resource Locator (URL) (e.g.http:///www.example.com/foo.html) rather than to a domain name (e.g. www.example.com)1, which is often just one part of the URL.
This is often caused by an invalid character in the URL. Internet Explorer tries to correct invalid characters (e.g. replacing backward slashes, “\”, with forward slashes “/”), and will include three forward slashes near the beginning of the address if it seems invalid, e.g. and
Symptoms
SolutionsThe set of characters that are valid depends in a complicated way on their position in the URL (see RFC 3986 for details), but usually a valid URL will:
Characters other than letters, digits, underscores and hyphens are often shown using percent encoding in which single characters are represented by a percent symbol followed by two hexadecimal digits, e.g. a space character should be encoded as “%20” What worked for other peopleOther people fixed this error after determining that it was caused byExtra informationUniform Resource Locators (URLs)The proper structure of a URL is defined in RFC 3986:scheme “:” authority path [ “?” query ] [ “#” fragment ]
URLs can also include other elements, such as port numbers and usernames/passwords, as specified in RFC 3986. Related symptomsErrors in the address can also lead to Internet Explorer showing a dialog box with the title “Address Bar” and containing a message like:
Footnotes1 Problems with the domain name of a web site lead to the error Internet Explorer cannot display the webpage |
| Copyright (C) 2012 | Site map | Contact us |