• [^] # Re: URL relatives

    Posté par . En réponse au journal Firefox : ça continue. Évalué à 4.

    Pas de raison de bloquer sur le :80, son caractere facultatif fait partie de la RFC.

    http://www.ietf.org/rfc/rfc2616.txt

    "3.2.2 http URL

    The "http" scheme is used to locate network resources via the HTTP
    protocol. This section defines the scheme-specific syntax and
    semantics for http URLs.

    http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]]

    If the port is empty or not given, port 80 is assumed."