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

Make QOAuthHttpServerReplyHandler work with HTTPS

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.9.0, 5.9.1, 5.9.2
    • None

    Description

      Currently, QOAuthHttpServerReplyHandler only works with HTTP protocol, not HTTPS.
      Apparently, some web apps only allow HTTPS as callback URI protocol (Bungie for example).

      The current workaround is to not specify the protocol at all in the web app (such that only 'localhost:1234' is the callback URL), and manually intercept the navigation request (in WebEngineView for example) and manually prepend "http://" to the URI.

      Normal browsers would probably assume HTTP if no protocol is given, but using an in-app browser (again, WebEngineView) won't assume any protocol and the request is failed.

      Attachments

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

        Activity

          People

            jefernan Jesus Fernandez
            xarxer Pontus Sjögren
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes