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

Proper handling of GET request with body in case of chained redirections

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.10
    • Network: HTTP
    • None

    Description

       
      QTBUG-112871 has introduced GET requests with body. However, in case of chained redirections the current implementation is incorrect.

       

      For example, in case of a 301 (moved permanently) we are clearing both the body and the headers. If this is followed by a 308 (permanent redirect) the headers are reconstructed from the original request, but the body is not. This is wrong, the headers and the body should be kept in sync. 

      Attachments

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

        Activity

          People

            manordheim Mårten Nordheim
            mate Máté Barany
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes