How do I correctly setup an AJAX nonce for WordPress REST API?
First off.. (This info is for other readers who don’t know yet about this.) There are two ways of how you can authenticate your REST API request: Using the standard cookie authentication Using a plugin like Application Passwords You can read more on the official REST API Handbook here, and this answer is for the … Read more