brapifra / vscode-phpserver

Visual Studio Code extension to quickly serve your PHP projects :)
88 stars 29 forks source link

Enable CORS #141

Open DmitriyBatkovich opened 5 months ago

DmitriyBatkovich commented 5 months ago

How to Enable CORS on PHP Server?

DmitriyBatkovich commented 5 months ago

When you turn on PHP Server in Visual Studio Code, the error CORS pops up, as I understand it, you can fix it by adding special headers, however, if I add them to index.php then the error does not disappear, as I understand it, the headers themselves need to be added specifically to the PHP Server itself

DmitriyBatkovich commented 5 months ago

The only question is how to do it?