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

Parameters passed into QUrlQuery cannot be reliably retrieved in a QWebEnginePage using URLSearchParams

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.0
    • None
    • macOS

    Description

      The current combination of QUrl/QWebEnginePage/QUrlQuery cannot be used to create a pipeline where all parameters added to a QUrlQuery can be retrieved inside the webpage with their original keys and values.

      I've included a qmake project to demonstrate this.

      It starts with a QList of QString pairs. Then adds them to a QUrlQuery, which is added to a QUrl which loads a page. The code in the page uses the Javascript URLSearchParams API to retrieve the parameters.

      It repeats this for a total of 4 combinations of encoding the QUrl and the QUrlQuery. The appears to be no combination in which the original QList<QPair<QString,QString>> can be retrieved from Javascript.

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            mjbishop Michael Bishop
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes