"scottselby" wrote:
Could you post an example of how to read the headers of a response? I'm clear on how to set them but not as clear on reading them
Something along these lines should work:
http = CreateObject("roUrlTransfer")
http.SetUrl("http://url.to.stream")
response = http.Head()
redirectUrl = response.GetResponseHeaders()["Location"]
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)