ServeStream icon indicating copy to clipboard operation
ServeStream copied to clipboard

Doesn't follow redirects

Open rudism opened this issue 8 years ago • 1 comments

When opening a URL that responds with a 301 or 302 redirect response with a new location with the actual stream, ServeStream says "The url could not be opened." Expected behavior would be for it to open the stream at the redirect location.

rudism avatar Nov 06 '16 00:11 rudism

I haven't had time to further test, but this may be a problem with ssl (https://) urls instead. I was adding urls that redirect from https->http which may have been the cause of my problems. More testing needed, but there is definitely an issue there somewhere.

rudism avatar Nov 21 '16 19:11 rudism