alx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016
09:11 AM
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
Can some one shed some light on how to do this?
Thanks
4 REPLIES 4
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016
09:23 AM
Re: Http Headers
You talking about ifUrlTransfer.SetUserAndPassword() or what? Be specific, show code/details.
alx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016
09:37 AM
Re: Http Headers
No, I'm referring how to add headers to the video player url.


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2016
02:28 PM
Re: Http Headers
"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...
This API is available for roVideoScreen, roVideoPlayer, etc.
alx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016
04:50 PM
Re: Http Headers
Yes!
That is what I was looking for.
Thanks!
That is what I was looking for.
Thanks!