Hi , I am quite new with React JS . While learning, I am trying to do a project which I want to update data into third party DB (i have the credentials for headers etc…) . At first , just before I make that request “Fetch with put method” , I received message blocked by CORS policy , than I install plugin inside my chrome browser. and I bypassed that CORS policy
Everything is okay but i get response status=500 which means it is not successful . So i just want to know, is there any other way for me to bypass the server side cors policy?
*side not, it is third party DB , i have the credentials