How to apply referrer at http headerfields #319
Unanswered
HyeonJun-GitHub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't apply referrer in http headers by CommandLineArguments parameter.
How to apply referrer at headers?
environmental information
OS : Windows 10
This my code
player = Player(
id: 100,
videoDimensions: VideoDimensions(640, 360),
registerTexture: false,
commandlineArguments: ['--http-referrer=www.tempDomain.com/tempPath'],
);
I found vlc CLI(command line) documentation on vlc site
HTTPS input (access)
--http-referrer=<string> Referrer
Provide the referral URL, i.e. HTTP "Referer" (sic).
--http-user-agent=<string> User agent
Override the name and version of the application as provided to the
HTTP server, i.e. the HTTP "User-Agent". Name and version must be
separated by a forward slash, e.g. "FooBar/1.2.3".
(*Ref link : VLC_command-line_help)
Thank you gouys!
Beta Was this translation helpful? Give feedback.
All reactions