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: 
babuhari123
Visitor

is possible to call https request in RoTransfer

Hi friends,

Once again thanks for replying for my queries

one small doubt is possible to HTTPS Request instead of HTTP request in Ro-transfer,
if possible tell me how to call that HTTPS Request


Thanks in Advance
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

Re: is possible to call https request in RoTransfer

xfer=createobject("rourltransfer")
xfer.seturl("https://myserver.com/index.html")
xfer.setcertificatesfile("common:/certs/ca-bundle.crt")
xfer.initclientcertificates()
result=xfer.gettostring()
0 Kudos