Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
arul
Visitor

https authentication

Hi Patrick,

I have a question regarding the https authentication where the response type is cookie

Does roku support cookies?

I am getting following failure reason "necessary data rewind wasn't possible" when tried to do the PostFromStringWithTimeout.

Thanks,
-Arul
0 Kudos
1 REPLY 1
RokuKevin
Visitor

Re: https authentication

We do not have direct support for cookies. The roUrlTransfer object does allow you to get and set the HTTP headers yourself though... So your app could work with sites requiring cookies by manipulating the Set-Cookie: and Cookie: headers in your app.

--Kevin
0 Kudos