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

Make QOAuthHttpServerReplyHandler work with HTTPS

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.9.0 FF
    • 5.9.0, 5.9.1, 5.9.2
    • None

      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.

        For Gerrit Dashboard: QTBUG-64615
        # Subject Branch Project Status CR V

            vuokko Juha Vuolle
            xarxer Pontus Sjögren
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            4 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes