some video server need Referer when requesting #15
liluoliluoli
started this conversation in
General
Replies: 2 comments 2 replies
|
The Referer header, automatically added by your browser to nearly all requests, indicates the address of the page that initiated the request. There's no direct way to remove or modify this field using JavaScript. You can inspect the Referer header within the network tab of your browser's developer tools. |
0 replies
|
I just noticed that you are asking about a mobile version of our application. I think you should configure to accept localhost or 127.0.0.1 as Referer on Alibaba. A mobile app is not a website, so Referer in a mobile app has no sense, actually. |
2 replies
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.
when i use it request alibaba m3u8 server, it's response rejected cause to need the Referer in header, can you tell me how to add it?
All reactions