302 redirect
Is STKHTTPDataSource (or some other URL handler in STKAudioPlayer) supposed to handle HTTP redirects? I'm unsuccessful at getting it working.
It doesn't handle 302 redirects at the moment. This should be fairly easy to add.
How would this be done @tumtumtum ?
After the headers come back you check for the 302 response and then make a new connection using the URL supplied by the server in the "Location" header.
Think you could point me where we'd have access to the headers and be able to make a new request? You mean in the library itself right? I see that in the code there seems to be some parsing of headers but still trying to wrap my head around the logic.