nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

Is it possible to passthrough headers from upstream in remote mode?

Open vintikzzz opened this issue 4 years ago • 1 comments

Hi! I need to get some headers to be passed through from upstream in remote mode. For example when I am trying to get index.m3u8 I should get headers from original request to mp4-file. Is it posbbile?

vintikzzz avatar Nov 08 '20 20:11 vintikzzz

Not supported. Note that a single request to index.m3u8 can result in more than one request to upstream, and it can even result in zero requests to upstream (if metadata/response cache are enabled), so there is a problem in what you are requesting...

erankor avatar Dec 18 '20 18:12 erankor