You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've been trying to make a .net blazor application to consume the tumblr api, and i've been working on moving through the oauth2 flow. However, it seems that during the step in which i am supposed to get the authorization code needed to get the access token, the redirect url, in my case "https://localhost:7165/redirect", seems to cut off the the port number, and it just redirects to "localhost/redirect".
Am I missing something? am i going about this the wrong way? Or is this by design?
The text was updated successfully, but these errors were encountered:
Hello @rmichiels -- looks like you found a bug! we're unintentionally stripping the port away. i'll file a bug ticket for this and we'll update you here when it's fixed in production. thanks for flagging this!
Hi,
i've been trying to make a .net blazor application to consume the tumblr api, and i've been working on moving through the oauth2 flow. However, it seems that during the step in which i am supposed to get the authorization code needed to get the access token, the redirect url, in my case "https://localhost:7165/redirect", seems to cut off the the port number, and it just redirects to "localhost/redirect".
Am I missing something? am i going about this the wrong way? Or is this by design?
The text was updated successfully, but these errors were encountered: