+ 1
What is CORS policy???[Solved]
My code is not working because of CORS policy .... Can you please help??? https://code.sololearn.com/W2DLxoC12FtE/?ref=app
1 Antwort
0
I think. CORS is cross origin request. It is usually set by server. Server is not giving you permission to access their resources.
if you are using third party API please read the documentation.