/* * This test is for bug 1002724. * https://bugzilla.mozilla.org/show_bug.cgi?id=1002724 * * When a user enters a host name or IP address in the URL bar, "http" is * assumed. If the host rejects connections on port 80, we try HTTPS as a * fall-back and only fail if HTTPS connection fails. * * This tests that when a user enters "example.com", it attempts to load * http://example.com:80 (not rejected), and when trying secureonly.example.com * (which rejects connections on port 80), it fails then loads * https://secureonly.example.com:443 instead.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.