Skip to main content

I'm implementing Strava OAuth in my application and facing a CORS error after my server redirects to the strava.com/oauth/authorize URL. The browser is performing an OPTIONS request and it follows by a CORS-related error.

Why is your server getting involved in that part?  Have the user click on the Strava button to do the OAuth, then pass the result back to the server to complete the process.


Reply