Thursday, November 12, 2015

How to get Request Headers ?




Get "referer"
Get all Request Headers



Get "referer" :

1- Open "Developer tools" ==> Network Monitor        (How?)
2- Now open the video page
3- Wait until video starts playing
4- Go to "Developer tools" and write "m3u8" in text box (1) "Filter"
5- Select m3u8 file and Click in (2) to open "more info" , and click (3) , go to "Request Headers"
6- Select value the "referer" and Click right mouse in (2) , click (5) to Copy value



----------------------------------------------------------


Get all Request Headers :

1- Open "Developer tools" ==> Network Monitor        (How?)
2- Now open the video page
3- Wait until video starts playing
4- Go to "Developer tools" and write "m3u8" in text box (1) "Filter"
5- Select m3u8 file and Click right mouse in (2) , click (3) and click (4) "Copy as cURL (bash)" or  "Copy Request Headers"



No comments:

Post a Comment