[SOLVED] CORS - How to bypass this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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]

26th Feb 2019, 3:33 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
3 Answers
+ 24
Cors anywhere proxy var CORS_ANYWHERE = "https://cors-anywhere.herokuapp.com/"; var url = CORS_ANYWHERE + "https://www.sololearn.com/Profile/"+userid+"/?ref=app";
26th Feb 2019, 9:03 PM
Burey
Burey - avatar
- 3
I don't now.
27th Feb 2019, 3:50 PM
TheProgramer
TheProgramer - avatar
- 3
Not sure
28th Feb 2019, 11:00 PM
ras