React REST API Post request
In order to post the data we need to verify the origin of the domain. In WordPress it\’s quite normal to have the verify_nonce available, but in React we need to be able to access the nonce. Below you can find the code for the post request. POST with Axios Make sure you have this …