Http Headers

I am trying to send authentication headers but i’m stuck.

Can some one shed some light on how to do this?

Thanks

You talking about ifUrlTransfer.SetUserAndPassword() or what? Be specific, show code/details.

No, I’m referring how to add headers to the video player url.

“alx” wrote:
No, I’m referring how to add headers to the video player url.

Are you possibly looking to add custom HTTP headers, as you can do using ifHttpAgent AddHeader / SetHeaders?
https://sdkdocs.roku.com/display/sdkdoc/ifHttpAgent#ifHttpAgent-AddHeader(nameasString,valueasString)asBoolean

This API is available for roVideoScreen, roVideoPlayer, etc.

Yes!

That is what I was looking for.

Thanks!