No Access-Control-Allow-Origin header | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

No Access-Control-Allow-Origin header

I try to get data from a database via XMLHttpRequest but I keep getting No Access-Control-Allow-Origin warning even though I have add the necessary header on the php file. How so? https://code.sololearn.com/WcXOnxi8WKD6/?ref=app

22nd Feb 2020, 12:46 AM
Fernando Moceces
Fernando Moceces - avatar
1 Answer
0
This is a CORS problem. You should be rest assured that it allowed on server side controller and also added in header of your request. For details: https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work
26th Feb 2020, 11:32 AM
sam fisher
sam fisher - avatar