+ 14
[SOLVED] CORS - How to bypass this
https://code.sololearn.com/Wn7uISp08xTT/?ref=app How do I fix the CORS problem in this scenario? [Edit: See Burey's answer]
3 Réponses
+ 24
Cors anywhere proxy
var CORS_ANYWHERE = "https://cors-anywhere.herokuapp.com/";
var url = CORS_ANYWHERE + "https://www.sololearn.com/Profile/"+userid+"/?ref=app";
- 3
I don't now.
- 3
Not sure