some video server need Referer when requesting #15
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions