Steps to reproduce
_controller = VideoPlayerController.networkUrl(Uri.parse(currentSource),
formatHint: currentSource.endsWith("m3u8")
? VideoFormat.hls
: VideoFormat.other,
httpHeaders: {'x-Authorization': "Bearer ${widget.token}"});
When initialized is called we are not seeing the auth header in the requests to the server.
Expected results
When initialize is called all headers specified are sent
Actual results
When specifying headers for network requests on initialize the headers in iOS seem to not be sent.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output
Steps to reproduce
When initialized is called we are not seeing the auth header in the requests to the server.
Expected results
When initialize is called all headers specified are sent
Actual results
When specifying headers for network requests on initialize the headers in iOS seem to not be sent.
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]