Ticket #2179 (new enhancement)
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
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.