-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The VideoPlayerController.network constructor accepts an httpHeaders paramether; Setting, for example, the User-Agent to something specific is not reflected in the HTTP request made by the controller.
As an example, invoking the constructor like this:
VideoPlayerController.networkUrl(uri,
httpHeaders: {"User-Agent": "FOOBAR"}
);results anyway in an HTTP call with User-Agent set to NSPlayer/12.00.19041.5007 WMFSDK/12.00.19041.5007
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels