Opened 12 years ago
Closed 7 years ago
#2179 closed enhancement (fixed)
Please add HTTP referer support
Reported by: | gjdfgh | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | http |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
http.c should be able to add a "Referer:" HTTP header. This could be added in a similar way as "user-agent" by adding a new av_opt.
Maybe additional considerations have to be taken when the stream is used for multiple HTTP requests, as the referer is a per-request thing.
Change History (4)
comment:2 by , 12 years ago
Keywords: | http added |
---|
comment:3 by , 7 years ago
Apparently fixed in 4.0 (referer option):
https://ffmpeg.org/ffmpeg-protocols.html#http
44f343067455e09ce4da16b2169e89d9c062dbca
b1af0e23a3b685b3e626158f63e5f958f5f75420
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I extend my request: it should just be allowed to specify arbitrary user-defined HTTP headers.
EDIT: that's already supported. Sorry for the noise.
Maybe referer should still be a separate feature, because of the additional considerations.