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

QNetworkCookie::parseCookies missing request version

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12.3
    • None

    Description

      It seems that QNetworkCookie:: parseCookies only parses cookies from a server http response,
      with a "Set-Cookie" header.

      Qt offers no way to parse cookies from the "Cookie" header inside a client http request.

      This is weird because, Qt provides a function to build http cookies as server or as client with the function QNetworkCookie::toRawForm. Indeed there is a "form" parameter letting us choose between server/client format.

      But there is no such thing for QNetworkCookie:: parseCookies.

       

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            enstone Franck Dude
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes