Kodi Community Forum

Full Version: Playing HTTP url with cookie header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello people !

I came here because i try to open an url but i need to send a cookie in the header in order to play this file.

I have try this : http://www.xxxx.com/video.mp4|cookie=test:test

But it doesn't work.

Can someone be kind enough to help me ?

Thanks a lot
Ok i have round the solution and Will replu to myself :

url|Cookie=urlencode(test=test)

You must url encode the Value of the key...