Paul Webster wrote: > Does the host name change between the original request and the redirect?
Yes, it redirects to a different domain. I don't think this is an issue though; the request url is to the redirected domain as well, so it matches the Host header. Also, when specifying the original url as the Host header, it too fails. One thing I discovered while troubleshooting with curl is that the request will be successful in 2 situations: 1) no Host header specified, and 2) a Host header set to <domain of the URL>, not <domain of the URL>:443. So having the port in the Host header is problematic. This leads me to believe that this is now an LMS issue, and it should not build requests with port numbers in the Host header. ------------------------------------------------------------------------ daveaudi0's Profile: http://forums.slimdevices.com/member.php?userid=71231 View this thread: http://forums.slimdevices.com/showthread.php?t=113665 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
