php-soundcloud icon indicating copy to clipboard operation
php-soundcloud copied to clipboard

Response code 302 is valid reply for /resolve.

Open ekes opened this issue 9 years ago • 1 comments

Presently you can't get the actual response from /resolve which is as documented supposed to be a 302 https://developers.soundcloud.com/docs/api/reference#apps

It shouldn't be required that the user of the wrapper add the curlopt (CURLOPT_FOLLOWLOCATION => true) and then follow and get the resource returned if they only want to resolve the URL.

Other 30x remain invalid replies.

ekes avatar Feb 04 '16 13:02 ekes

This would be very helpful for resolving URLs to URIs.

hmhrex avatar Jun 03 '16 19:06 hmhrex