nginx-vod-module
nginx-vod-module copied to clipboard
Is it possible to passthrough headers from upstream in remote mode?
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?
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...