Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect URI w/o http/https not working - redirects to Soundcloud 404 page #250

Open
thesubdelta opened this issue Jul 19, 2023 · 4 comments

Comments

@thesubdelta
Copy link

Title: Redirect URI w/o http/https not working, redirects to Soundcloud 404 page

Issue found of: July 18th, 2023

Endpoint(s):

  • GET /connect

Scope(s):

  • Authorization Code Flow

Steps to reproduce:

curl --request GET \
  --url 'https://api.soundcloud.com/connect?client_id=<client id>&redirect_uri=<redirect uri (w/o http or https specified)>&response_type=code&display=popup'

Expected behaviour:

After clicking Connect and Continue, redirect to app with specified redirect uri route

Actual behaviour:

Get redirected to https://secure.soundcloud.com/<redirect uri (w/o http or https specified)>?code=<access code>
image

I've already submitted a support ticket to update my redirect URI to include https

@thesubdelta
Copy link
Author

Adding http or https to the redirect uri in the /connect requests results in redirect URI mismatch error:
image

@MariaVWSoundCloud
Copy link

Hey there, does the problem still persist? We saw a couple of login issues in the past weeks, maybe was it just temporary?

@ivan-015
Copy link

We are also experiencing this issue. Our redirect on soundcloud does not have http/https

@thesubdelta
Copy link
Author

@ivan-015 SoundCloud responded to my ticket and updated the redirect uri with https - everything is working as expected now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants