• @bleistift2@feddit.de
    link
    fedilink
    31 year ago

    cleartext usernames and passwords as the URI components of GET requests

    I’m not an infrastructure person. If the receiving web server doesn’t log the URI, and supposing the communication is encrypted with TLS, which removes the credentials from the URI, are there security concerns?

    • @nudelbiotop@feddit.de
      link
      fedilink
      5
      edit-2
      1 year ago

      Anyone who has access to any involved network infrastructure can trace the cleartext communication and extract the credentials.

      • @walkwalkwalkwalk@feddit.uk
        link
        fedilink
        01 year ago

        What do you mean by any involved network infrastructure? The URI is encrypted by TLS, you would only see the host address/domain unless you had access to it after decryption on the server.

      • tool
        link
        fedilink
        11 year ago

        I don’t even let things communicate on /30 networks via HTTP/cleartext…this whole thing is horrifying.

    • @netvor@lemmy.world
      link
      fedilink
      11 year ago

      I would still not sleep well; other things might log URI’s to different unprotected places. Depending on how the software works, this might be client, but also middleware or proxy…