The API I am trying to access has disabled CORS so I need to request on the server side. Utilizing React and Axios I am making a get request to the local php file which should exec
Solution 1:
Sounds like your environment hasn't got PHP installed.
Do you have anymore information about it?
Post a Comment for "Axios Get From Local Php Just Returns Code Instead Of Executing"