Custom HTTP headers ?
#61
I tried using cURL, fyi I'm no expert at it but didn't receive any content from the request:

Code:

curl -A "Mozilla" -b JSESSIONID=3 -H content-language=EFj+LwlssRbtd2PTw8224GQvPID/dQcUzvh/eOaQ57UA89+wGgsTHlXA4TBFNxxq https://cdn.looktv.mn/2c9f890e53d1b4c701...ylist.m3u8
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#62
(2019-11-30, 14:45)phunkyfish Wrote: I tried using cURL, fyi I'm no expert at it but didn't receive any content from the request:

Code:

curl -A "Mozilla" -b JSESSIONID=3 -H content-language=EFj+LwlssRbtd2PTw8224GQvPID/dQcUzvh/eOaQ57UA89+wGgsTHlXA4TBFNxxq https://cdn.looktv.mn/2c9f890e53d1b4c701...ylist.m3u8
your curl syntax is wrong. try change it to.
-H "content-language:EFj+LwlssRbtd2PTw8224GQvPID/dQcUzvh/eOaQ57UA89+wGgsTHlXA4TBFNxxq"

Code:
curl -A "Mozilla" -b JSESSIONID=3 -H 'content-language:EFj+LwlssRbtd2PTw8224GQvPID/dQcUzvh/eOaQ57UA89+wGgsTHlXA4TBFNxxq' https://cdn.looktv.mn/2c9f890e53d1b4c701...ylist.m3u8
Reply
#63
(2019-11-18, 22:26)phunkyfish Wrote: Once you get on Matrix try option 1 above. You’ll need to try a recent build.

Hi there, sorry for late reply. Due lack of time i have stopped that project, but I really want to thank you for your effort with my issues. Very big thanks.
And sorry for offtopic Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Custom HTTP headers ?0