Posts by Marco Nicolodi • 11 points
1 post
- 
		1 votes4 answers29846 viewsA: Request with Axios and React blocked by CORS policyWhat happened was this: The application tried to make a POST request to a server with another hostname. The browser has identified the POST method to another host; according to the specification, it…