cancel
Showing results for 
Search instead for 
Did you mean: 

CORS Issue

Curiosity
Mt. Kenya

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.

1 ACCEPTED SOLUTION

LongDistance
Shkhara

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.

View solution in original post

1 REPLY 1

LongDistance
Shkhara

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.