Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-69941

Table of proxy types' HTTP entry is contradicting QNetworkProxy::CachingCapability

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.9.6, 5.10.1, 5.11.1
    • None

      The table of proxy types tells about HTTP proxy: "Implemented using the "CONNECT" command, supports only outgoing TCP connections; supports authentication."

      This is true for SSL connections but not for unencrypted ones since a default capability of the HTTP proxy is CachingCapability. This leads to the proxy doing "GET/POST/etc." requests and not using the CONNECT method. Unencrypted connections need to remove the CachingCapability in order to use the CONNECT method (which is way easier to implement).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            docteam Qt Documentation Team
            gri Christoph Keller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes