WordPress REST API, Expired Nonce from Cache results in 403 forbidden
Based on the authentication documentation here – a nonce key needs to be passed with each request. So if the nonce key is being cached on the frontend beyond its lifespan, you will need to hook into the API request before the authentication step and replace the cached nonce key with a valid one. WordPress … Read more