[FFmpeg-trac] #6338(undetermined:new): http cookies not set when using proxy

FFmpeg trac at avcodec.org
Wed Apr 26 08:33:42 EEST 2017


#6338: http cookies not set when using proxy
-------------------------------------+-------------------------------------
             Reporter:  vineet156    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  http, hls,   |               Resolution:
  proxy                              |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by vineet156):

 I looked into the source code (with my limited understanding of c), and
 issue seems to be how the "path" (GET line) is supposed to be different
 with proxy and non proxy request.

 whereas, the get_cookies() function (in libavformat/http.c) doesn't take
 this into account while comparing path of stored cookie and request uri.
 and so it prevents sending the cookies stored from previous request in
 subsequent request.

 shall I try a patch?

 thanks,

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6338#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list