Our web server is using cookies for authentication. Since roku doesn’t support cookies, I have been trying to read the cookies from the response header’s set-cookie, but I only see the last set cookie! Am I missing something or is it a bug?
Are you using GetResponseHeaders? Try GetResponseHeadersArray.
–Mark
Very helpful! It worked! Thanks a lot!
